- update beos build scripts for this century
This commit is contained in:
parent
08ff8df002
commit
92b5efeab6
21
bochs/.conf.beos
Executable file
21
bochs/.conf.beos
Executable file
@ -0,0 +1,21 @@
|
||||
#!/bin/sh
|
||||
|
||||
#
|
||||
# These are the steps I typically use to configure and compile Bochs,
|
||||
# on an x86 BeOS machine, using gcc
|
||||
#
|
||||
|
||||
CC=gcc
|
||||
CXX=$CC
|
||||
CFLAGS="-Wall -O2 -mpentium -fomit-frame-pointer -pipe"
|
||||
CXXFLAGS=$CFLAGS
|
||||
|
||||
export CC
|
||||
export CXX
|
||||
export CFLAGS
|
||||
export CXXFLAGS
|
||||
|
||||
./configure --with-beos \
|
||||
--enable-cdrom \
|
||||
--enable-ne2000 \
|
||||
--enable-sb16=dummy
|
@ -1,18 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
#
|
||||
# These are the steps I typically use to configure and compile Bochs,
|
||||
# on an x86 BeOS R4 machine, using gcc
|
||||
#
|
||||
|
||||
CC=gcc
|
||||
CXX=$CC
|
||||
CFLAGS="-Wall -O2 -m486 -fomit-frame-pointer -pipe"
|
||||
CXXFLAGS=$CFLAGS
|
||||
|
||||
export CC
|
||||
export CXX
|
||||
export CFLAGS
|
||||
export CXXFLAGS
|
||||
|
||||
./configure
|
@ -1,18 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
#
|
||||
# These are the steps I typically use to configure and compile Bochs,
|
||||
# on an x86 BeOS machine
|
||||
#
|
||||
|
||||
CC=mwcc
|
||||
CXX=$CC
|
||||
CFLAGS="-w8 -O2"
|
||||
CXXFLAGS=$CFLAGS
|
||||
|
||||
export CC
|
||||
export CXX
|
||||
export CFLAGS
|
||||
export CXXFLAGS
|
||||
|
||||
./configure
|
Loading…
Reference in New Issue
Block a user