From 331f04d5752975422845051613caedbb8e8db028 Mon Sep 17 00:00:00 2001 From: Bryce Denney Date: Sat, 12 May 2001 05:14:13 +0000 Subject: [PATCH] - 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 --- bochs/.conf.x86 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bochs/.conf.x86 b/bochs/.conf.x86 index ec720f3d2..46717fd29 100755 --- a/bochs/.conf.x86 +++ b/bochs/.conf.x86 @@ -5,7 +5,7 @@ # CC="egcs" -CXX="$CC" +CXX="c++" CFLAGS="-Wall -O2 -m486 -fomit-frame-pointer -pipe" CXXFLAGS="$CFLAGS"