Fail* directories reorganized, Code-cleanup (-> coding-style), Typos+comments fixed.
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1321 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
33
simulators/bochs/.conf.macosx
Normal file
33
simulators/bochs/.conf.macosx
Normal file
@ -0,0 +1,33 @@
|
||||
#!/bin/sh
|
||||
|
||||
# this sets up the compile for MacOS X
|
||||
#
|
||||
# To support plugins on macosx, you must have "dlcompat" installed. You can
|
||||
# get dlcompat by installing the fink package "dlcompat-devel". On the SF
|
||||
# compile farm, dlcompat is in /sw/include and /sw/lib, so we have added
|
||||
# those paths to the environment variables.
|
||||
|
||||
set echo
|
||||
CFLAGS="-pipe -O3 -I/sw/include -fomit-frame-pointer -finline-functions -falign-loops=16 -falign-jumps=16 -falign-functions=16 -falign-labels=16 -falign-loops-max-skip=15 -falign-jumps-max-skip=15 -fprefetch-loop-arrays $CFLAGS"
|
||||
CPATH="/sw/include"
|
||||
CPPFLAGS=""
|
||||
CXXFLAGS="$CFLAGS"
|
||||
LDFLAGS="-L/sw/lib"
|
||||
|
||||
export CFLAGS
|
||||
export CPATH
|
||||
export CPPFLAGS
|
||||
export CXXFLAGS
|
||||
export LDFLAGS
|
||||
|
||||
./configure --enable-sb16 \
|
||||
--enable-ne2000 \
|
||||
--enable-all-optimizations \
|
||||
--enable-cpu-level=6 \
|
||||
--enable-x86-64 \
|
||||
--enable-pci \
|
||||
--enable-acpi \
|
||||
--enable-clgd54xx \
|
||||
--enable-usb \
|
||||
--enable-plugins \
|
||||
${CONFIGURE_ARGS}
|
||||
Reference in New Issue
Block a user