Volker Ruppert
af74c6df44
- added devices ES1370 and E1000 to shortcut scripts (known to work with Linux
...
and WinXP guests)
- TODO: USB xHCI could also be added, but more tests are required
2012-05-01 18:03:43 +00:00
Volker Ruppert
620105cfa3
- removed deprecated --enable-acpi option
2011-05-02 19:29:15 +00:00
Stanislav Shwartsman
033a20b3b2
allow to configure CPU features at runtime - implemened on example of SSE/AES/MOVBE/POPCNT
2010-02-25 22:04:31 +00:00
Stanislav Shwartsman
31fa25bdbd
Some changes and updates for new release - I would like to compile it with x86-64 + acpi
2007-09-10 15:21:05 +00:00
Volker Ruppert
79afc6dd01
- enable VBE support by default in configure script
...
- removed unused configure symbol FPU_GLUE_OBJ
- updated configure shortcut scripts (cdrom and VBE support are enabled by default)
2006-11-20 18:55:16 +00:00
Volker Ruppert
a9b2c4c858
- enabled USB in shortcut scripts for the most popular platforms
2005-12-26 16:47:51 +00:00
Volker Ruppert
5ec69e8eec
- some fixes for OS X Tiger (10.4.1) by brianonn@telus.net
2005-07-24 07:25:02 +00:00
Volker Ruppert
bf7c13e480
- use autodetection version of the SB16 configure option
...
- the variable CONFIGURE_ARGS can now override all options in the shortcut script
2005-03-22 16:44:24 +00:00
Volker Ruppert
75bf07a22a
- updated .conf.* shortcut scripts for the most popular platforms using this setup:
...
* Pentium III with all optimizations enabled
* PCI support (without USB) enabled
* both Bochs VBE and Cirrus SVGA enabled
2005-03-12 16:34:49 +00:00
Daniel Gimpelevich
3f3dd2c985
workaround autoconf bug
2004-02-22 04:14:10 +00:00
Daniel Gimpelevich
caddc3096b
Added Brian Huffman's Sound for OSX code with a couple of tweaks.
2004-02-09 22:59:22 +00:00
Daniel Gimpelevich
d5d7021e5e
omit frame pointer
2003-12-30 00:40:04 +00:00
Daniel Gimpelevich
68fd1dc95b
cleanup optimizations & fix compile error
2003-12-29 07:28:28 +00:00
Daniel Gimpelevich
7ca818e043
*** empty log message ***
2003-10-31 20:50:04 +00:00
Daniel Gimpelevich
d0c10dd46b
*** empty log message ***
2003-10-02 11:33:42 +00:00
Bryce Denney
61c768015e
- remove "unset echo" at the end. That's the command that actually
...
returned 1. Now the configure is the last command so the script
should return whatever configure returns.
2002-12-19 03:13:15 +00:00
Bryce Denney
ed46802335
- exit 0 at the end. With /bin/sh it seems to be returning a nonzero
...
code and causing my make-dmg script to think that configure failed.
2002-12-19 03:12:03 +00:00
Bryce Denney
612a37f7a7
- remove --with-sdl and --enable-plugins. The carbon display lib will
...
be detected automatically.
2002-12-18 05:09:26 +00:00
Bryce Denney
2333ac7100
- add missing export lines for CPPFLAGS and LDFLAGS
2002-12-13 00:12:29 +00:00
Bryce Denney
287b880a02
- add include and lib paths for dlcompat (/sw/*)
2002-12-13 00:04:09 +00:00
Bryce Denney
038d4ff447
- add plugins and SDL for release binaries
2002-12-12 22:51:05 +00:00
Bryce Denney
d899d8c7c2
- remove export lines for CC and CXX. I don't know if they were hurting
...
anything, but they certainly weren't helping.
2002-12-07 06:00:52 +00:00
Bryce Denney
b601437f2d
- remove --enable-dc2300-vlb-ide from all .conf files at Volker's suggestion.
...
Modified Files:
.conf.beos .conf.everything .conf.linux .conf.macosx
.conf.win32-cygwin .conf.win32-vcpp
2002-11-19 20:48:07 +00:00
Bryce Denney
383954dee9
- make it similar to .conf.linux. I left out networking and sound since
...
they don't exist on macosx yet.
2002-11-19 17:00:24 +00:00
Bryce Denney
7313a837d4
- let configure script find the stinkin compiler. Br'fin says that
...
C++ links were failing because this script set CXX=cc.
2002-10-16 16:35:19 +00:00
Bryce Denney
556a8fa8f8
- commit patch.check-platform. For full details, pull up the patch itself
...
and look at the description at the top. Here's an intro.
This patch makes significant changes to the configure script. It adds the
lines AC_CANONICAL_HOST and AC_CANONICAL_TARGET which detect the OS and
processor type. The configure script, knowing the OS and processor type, can
then make intelligent decisions about which CFLAGS are needed and what is the
default GUI for that platform. One of the goals of this patch is to make it
so that on all supported platforms, "configure;make" will compile cleanly.
Configure detects the target platform, but it can be overridden by using
--target=___. This is important when using one platform to generate
Makefiles and header files for another platform. See config.guess script for
the exact details of platform naming.
The defaults that are currently implemented in the modified configure script
include:
If platform is windows* or winnt*, use win32 gui.
If platform is cygwin*, use win32 gui and compile with
"-mno-cygwin -DWIN32".
If platform is macosx* or darwin*, use carbon gui and compile
with "-fpascal-strings -fno-common -arch ppc -Wno-four-char-constants
-Wno-unknown-pragmas -Dmacintosh"
If platform is macos, use macos gui.
If platform is beos, use beos gui.
If platform is amigaos, use amigaos gui.
Otherwise, use X windows gui.
2002-03-07 16:00:39 +00:00
Bryce Denney
1c985e4ee4
- fix obsolete, incorrect comment
2001-12-11 13:42:23 +00:00
Bryce Denney
1b62fce53d
- configure shortcut for MacOS X
2001-09-27 03:56:36 +00:00