mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-20 20:58:01 +01:00
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
This commit is contained in:
parent
c1ffb3028e
commit
5effaca78b
@ -13,6 +13,10 @@ INSTALL_ASSERT_H =
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user