- use gcc instead of egcs, since gcc is much more standard. Using a
hardcoded gcc was failing on debian.
This commit is contained in:
parent
d822724eae
commit
b44617ddd5
@ -1,10 +1,10 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# These are the steps I typically use to configure and compile Bochs
|
||||
# on a Linux x86 system with egcs
|
||||
# on a Linux x86 system with gcc
|
||||
#
|
||||
|
||||
CC="egcs"
|
||||
CC="gcc"
|
||||
CXX="c++"
|
||||
CFLAGS="-Wall -O2 -fomit-frame-pointer -pipe"
|
||||
CXXFLAGS="$CFLAGS"
|
||||
|
@ -8,7 +8,7 @@ set echo
|
||||
|
||||
# These really just make ./configure happy on your Unix machine.
|
||||
# They are not the options used on your Mac.
|
||||
CC="egcs"
|
||||
CC="gcc"
|
||||
CFLAGS=""
|
||||
CXX="$CC"
|
||||
CXXFLAGS="$CFLAGS"
|
||||
|
@ -1,10 +1,10 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# These are the steps I typically use to configure and compile Bochs
|
||||
# on a Linux x86 system with egcs
|
||||
# on a Linux x86 system with gcc
|
||||
#
|
||||
|
||||
CC="egcs"
|
||||
CC="gcc"
|
||||
CXX="c++"
|
||||
CFLAGS="-Wall -O2 -m486 -fomit-frame-pointer -pipe"
|
||||
CXXFLAGS="$CFLAGS"
|
||||
|
Loading…
x
Reference in New Issue
Block a user