- with egcs-2.91.66, bochs did not compile if CXX=egcs. It works fine

if CXX=c++ however.  Bug report at http://sourceforge.net/tracker/index.php?func=detail&aid=423515&group_id=12580&atid=112580
This commit is contained in:
Bryce Denney 2001-05-12 05:14:13 +00:00
parent c5faabd6b5
commit 331f04d575
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
#
CC="egcs"
CXX="$CC"
CXX="c++"
CFLAGS="-Wall -O2 -m486 -fomit-frame-pointer -pipe"
CXXFLAGS="$CFLAGS"