Search
lxdream.org :: lxdream/configure :: log
lxdream 0.9.1
released Jun 29
Download Now
filename configure
changeset1200:3b2097efa97d
authornkeynes
dateWed Dec 21 17:13:08 2011 +1000 (12 years ago)
permissions-rwxr-xr-x
last changeSetup configure to detect/manage CC_FOR_BUILD
file annotate diff log rss
1200:3b2097efa97d12 yearsnkeynesSetup configure to detect/manage CC_FOR_BUILD
1199:62d0a21fac1c12 yearsnkeynesAdd checks for -msse3 and -mfpmath=sse before adding them (in case the
1198:407659e01ef012 yearsNathan KeynesAdd volatile qualifier to return-address frobbing - works around optimizer
1174:252d50f93cf612 yearsnkeynesAdd nl translation (thanks Riemann80!)
1147:e04e4af6462613 yearsnkeynesSuggest to the compiler a little more firmly that it inline the x86op
1115:90292b2f224313 yearsnkeynesAbort configure when we can't find a gdk display method
1113:174fa8e137b613 yearsnkeynesAdd LIBGL_* package vars to LIBS and CPPFLAGS so subsequent checks still work
1110:eb1c005ba3cb13 yearsnkeynesChange GL + libisofs checks to use pkg-config (Patch by ElBarto!)
1107:7b279d10f46f13 yearsnkeynesRip out my hacked-up isofs code and replace with libisofs. Much better.
1097:d4807997e45014 yearsnkeynesRefactor CDROM host support
1074:397d77b6e34614 yearsnkeynesFix more -Wall issues
1066:ddffe9d2b33214 yearsnkeynesNo-op merge lxdream-render to remove head (actually long since merged)
1065:bc1cc0c5491714 yearsnkeynesNo-op merge lxdream-mmu to remove head (actually merged long ago)
1054:6ac6cd177de114 yearsnkeynesMinimize libraries linked in to shared objects
1046:9e2c1dd2b53714 yearsnkeynesBump version number, update po files
1031:a9938ed3bfe814 yearsnkeynesFix silly cut-n-paste error in configure output
1029:7138bbb9537c14 yearsnkeynesAdd -framework Carbon to go with previous change (SetSystemUIMode is tucked away in
1024:c67f2d61ab9714 yearsnkeynesBuild drivers with library dependencies as shared objects (ie plugins)
1015:ad448bedc48a14 yearsnkeynes"MythTV" patch from Wahrhaft, thanks!:
1002:8ad76ddbdc5815 yearsnkeynesAdd configure checks for libnsl and libsocket where needed (ie Solaris)
989:7baf5ecd8e9815 yearsnkeynesAdd SDL audio driver, thanks to Wahrhaft!
987:3bd03f1ce0a715 yearsnkeynesAdd explicit c99-compliance check for linux/cdrom.h - some kernel versions/arches have
985:52e64faac75215 yearsnkeynesSet the source-type flags to -D__EXTENSIONS__ -U__STRICT_ANSI__ - this seems
984:a01567058a4715 yearsnkeynesCompile in C99 standards mode, albeit with -D_GNU_SOURCE. Helps portability slightly as well
977:8514fb4bc10115 yearsnkeynesFix Objective-C checking to be a little more circumspec (to whit, not aborting if no
966:0f0320cb365015 yearsnkeynesMake --enable-strict-warn work again
964:f2f3c7612d0615 yearsnkeynesAdd support for the Intel ICC compiler (C only, icc doesn't support Obj-C)
927:17b6b9e245d815 yearsnkeynesAdd return-address-modifying exception return code to mmu TLB lookups (a little bit faster)
924:195577c0445c15 yearsnkeynesCommit configure (missed from previous commit)
913:edc494bde24b15 yearsnkeynesEnable sse-math for all platforms
909:b4a21af8ce8c15 yearsnkeynesAdd --enable-profiled configure option for convenience (and enable fastcall only on fully optimized builds)
906:268ea359f88415 yearsnkeynesChange xlat_get_native_pc to pass in the expected code region - this lets the Mac
902:408568dc97d515 yearsnkeynesAdd -mdynamic-no-pic flag to OS X builds
899:18e0cdea76aa15 yearsnkeynesAdd --enable-optimized flag (on by default).
882:ada7d14a8ad915 yearsnkeynesBump version number up to 0.9 for release prep
866:86cd01c2b2d315 yearsnkeynesMove bundle/system paths into paths.c, install lxdreamrc into the bundle
804:567a684e1e7a15 yearsnkeynesAdd --enable-strict-warn to build with -Wall -Werror
793:7877d947228d15 yearsnkeynesUpdate version number and release notes for 0.8.4
791:fc609d42680615 yearsnkeynesAdd -fno-strict-aliasing when compiling with gcc (otherwise code is slightly buggy)
778:a34b180d92f715 yearsnkeynesAdd bundle proplist and icon
769:f7f62bea4cad15 yearsnkeynesAdd -headerpad_max_install_names linker flag for OS/X builds - ensures bundle
756:38385124df7a15 yearsnkeynesRemove the 'gettext required' bit from configure
746:3a574a68e79315 yearsnkeynesFix make check for out-of-tree build
744:5ab61071891815 yearsnkeynesAbort configuration if gettext isn't found (since the build breaks without it)
734:f8fcc8322b4515 yearsnkeynesFix version number in configure.in
720:b5594d1ac80a15 yearsnkeynesGet OS X cdrom driver to the 'sort of working' stage. Hide most of the IOKit
714:009591ac251e15 yearsnkeynesAdd --with-esd and --with-pulse configure arguments (mainly to be able to disable them when not wanted)
709:18c39a8e504c15 yearsnkeynesCommit OSX CD-ROM driver work-in-progress
704:2c1d6f8e69e715 yearsnkeynesMove with_gtk no default into the apple block, not the 'we have a working objective-c compiler' block.
702:d39fc81e963015 yearsnkeynesAdd a tidy summary at the end of the configure script
700:4650d0c7f6f915 yearsnkeynesBig cleanup of the command-line options
697:479b8c213f6115 yearsnkeynesCommit work-in-progress CoreAudio driver
688:8a13dabbdced15 yearsnkeynesAnd the updated configure from the previous commit
681:1755a126b10915 yearsnkeynesFirst cut of the Cocoa GUI implementation
675:b97020f9af1c15 yearsnkeyneshange 64-bit configuration to use sizeof(void *) rather than the system id
671:a530ea88eebd15 yearsnkeynesPermanently add SH4 instruction statistics tracking (enabled with --enable-sh4stats)
664:728508bb08df16 yearsnkeynesAdd spanish and italian translations (contributed by segnini75 and ghost22 respectively)
660:d1b2695347c616 yearsnkeynesAdd check for objective-c compiler (for mac) and set the language if found
658:f5926310bfbe16 yearsnkeynesStart removing X11isms from gtkui into drivers
657:c4143facbfcb16 yearsnkeynesAdd support for the pulseaudio sound system
.