From: <cv...@ce...> - 2005-12-11 18:15:10
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by gbeauche Modified Files: configure.ac Log Message: JIT now works on IRIX/mips, you need GCC for the synthetic opcodes: CC=cc CXX=CC ./configure --with-dgcc=g++ Also merge MIPSPro optimization flags from Basilisk II tree. Note that I only verified the emulator works through the testsuite (all tests passed, including AltiVec emulation) |
From: <cv...@ce...> - 2005-12-12 21:22:52
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by gbeauche Modified Files: configure.ac Log Message: Look for g++ in /usr/freeware/bin (IRIX/mips for the JIT). Avoid false positives in GCC detection, i.e. knowingly cause a syntax error if #error was not good enough (MIPSpro CC). Fix dyngen g++ version detection if main compiler is not g++ |
From: <cv...@ce...> - 2006-01-15 11:41:32
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by gbeauche Modified Files: configure.ac Log Message: fix framework detection on OSX/intel with newer compiler that compiler that fully obsoleted nested functions support (my fault anyway) |
From: <cv...@ce...> - 2006-01-22 00:08:39
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by gbeauche Modified Files: configure.ac Log Message: Don't mis-align the stack on x86 platforms (most visible on MacOS X for Intel) |
From: <cv...@ce...> - 2006-01-24 23:47:16
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by gbeauche Modified Files: configure.ac Log Message: Use FIONBIO only on pretty ancient systems. |
From: <cv...@ce...> - 2006-01-27 23:48:27
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by gbeauche Modified Files: configure.ac Log Message: Check whether compiler supports byte bit-fields. If so, we can enable slirp emulation code since it pure C+sockets code. |
From: <cv...@ce...> - 2006-04-06 22:36:49
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by gbeauche Modified Files: configure.ac Log Message: fix underquoted definitions |
From: <cv...@ce...> - 2006-07-06 00:07:50
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by gbeauche Modified Files: configure.ac Log Message: Use -fno-align-functions to really disable function alignment (a value of 0 used the default alignment, e.g. 16 bytes on x86_64). This is purely cosmetics and only helps reading the resulting disassembly. |
From: <cv...@ce...> - 2006-07-16 12:19:04
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by gbeauche Modified Files: configure.ac Log Message: Remove obsolete code (HAVE_STATIC_DATA_EXEC). |
From: <cv...@ce...> - 2007-01-24 14:33:58
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by asvitkine Modified Files: configure.ac Log Message: fix configure.ac unix script to not fail when AM_PATH_GTK and AM_PATH_ESD are not defined (such as is usually the case on Mac OS X) |
From: <cv...@ce...> - 2007-06-13 12:11:56
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by gbeauche Modified Files: configure.ac Log Message: Add mips cxmon files |
From: <cv...@ce...> - 2007-06-13 16:34:35
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by gbeauche Modified Files: configure.ac Log Message: Add native audio support (without SDL) from Nigel's Basilisk II port to MacOS X. |
From: <cv...@ce...> - 2007-07-28 15:44:35
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by asvitkine Modified Files: configure.ac Log Message: support new prefs editor handling (rerun autogen) |
From: <cv...@ce...> - 2007-12-30 09:14:57
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by gbeauche Modified Files: configure.ac Log Message: Fix build with new MacOS X extfs implementation (in C++). |
From: <cv...@ce...> - 2009-03-18 16:48:27
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by asvitkine Modified Files: configure.ac Log Message: Restore OSX built-in prefs editor. Change the configure.ac check for no_x to WANT_GTK=no since X may be installed when building on OS X, but we probably don't want it! |
From: <cv...@ce...> - 2010-03-07 01:01:16
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by asvitkine Modified Files: configure.ac Log Message: [Amadeusz Slawinski] These patches fix the issues with using newer versions of autoconf, which led to generating broken configure script. |
From: <cv...@ce...> - 2010-10-06 00:34:22
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by asvitkine Modified Files: configure.ac Log Message: [Geoffrey Brown] bin/cue support |
From: <cv...@ce...> - 2010-10-19 22:20:10
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by asvitkine Modified Files: configure.ac Log Message: [Geoffrey Brown] VHD support |
From: <cv...@ce...> - 2010-12-28 02:36:19
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by asvitkine Modified Files: configure.ac Log Message: Add macro guards for config.h. |
From: <cv...@ce...> - 2011-12-29 07:40:03
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by asvitkine Modified Files: configure.ac Log Message: move NSAutoReleasePool_wrap() into its own file |
From: <cv...@ce...> - 2012-06-15 22:58:36
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by asvitkine Modified Files: configure.ac Log Message: [Steven Noonan] configure.ac: enable JIT on 64-bit Intel Mac d4dc0c70b24dc5981e752403e8fe047637d712a1 From: Steven Noonan <st...@up...> Date: Wed, 1 Jun 2011 17:48:33 -0700 Subject: [PATCH] configure.ac: enable JIT on 64-bit Intel Mac Signed-off-by: Steven Noonan <st...@up...> |
From: <cv...@ce...> - 2012-06-15 23:00:31
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by asvitkine Modified Files: configure.ac Log Message: [Steven Noonan] configure.ac: fix TUN/TAP detection on Linux 28ff27fc3ae3878fe9ca589f3c55c4261814266a From: Steven Noonan <st...@up...> Date: Wed, 1 Jun 2011 01:34:07 -0700 Subject: [PATCH] configure.ac: fix TUN/TAP detection on Linux Signed-off-by: Steven Noonan <st...@up...> |
From: <cv...@ce...> - 2012-06-16 02:16:47
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by asvitkine Modified Files: configure.ac Log Message: Dump PPC disassembly on crash |
From: <cv...@ce...> - 2012-06-17 23:14:18
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by asvitkine Modified Files: configure.ac Log Message: check for sys/stropts.h and stropts.h headers |