⛏️ index : buildtools.git

author Oliver Tappe <zooey@hirschkaefer.de> 2006-01-29 18:06:48.0 +00:00:00
committer Oliver Tappe <zooey@hirschkaefer.de> 2006-01-29 18:06:48.0 +00:00:00
commit
5effaca78b07984805244f03da747f2d5a2156f6 [patch]
tree
245f45d58edb4960d9f840ee84b395b944c2f2cd
parent
c1ffb3028e33c6b4e2691aff21c04c32ddd70c77
download
5effaca78b07984805244f03da747f2d5a2156f6.tar.gz

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(+)

diff --git a/legacy/gcc/gcc/config/i386/t-beos b/legacy/gcc/gcc/config/i386/t-beos
index fcae8f2..91438c0 100644
--- a/legacy/gcc/gcc/config/i386/t-beos
+++ b/legacy/gcc/gcc/config/i386/t-beos
@@ -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