Added cc1plus as bootstrap-dependency such that fix_bdirectwin_typeinfo.cpp can be compiled (it requires a c++-compiler, of course). This fixes the build on R5.
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@16140 a95241bf-73f2-0310-859d-f6bbb57e9c96
Diff
legacy/gcc/gcc/config/i386/t-beos | 4 ++++
1 file changed, 4 insertions(+)
@@ -13,6 +13,10 @@
winnt.o: $(srcdir)/config/i386/winnt.c
$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/i386/winnt.c
# in order to be able to compile fix_bdirectwin_typeinfo.cpp, we need a c++-compiler,
# so we declare that we need it:
EXTRA_PASSES += cc1plus$(exeext)
EXTRA_PARTS += fix_bdirectwin_typeinfo.o
# The purpose of this rule is to generate fix_bdirectwin_typeinfo.o.
# This object-file is required to fix a problem with the BDirectWindow-typeinfo