From: CVS <do...@do...> - 2001-01-11 16:39:03
|
Update of /cvs/BasiliskII/src/Unix Modified Files: configure.in Log Message: - Added UNALIGNED_PROFITABLE to the list of i386 macro definitions - Changed OPTFLAGS macro definitions to OPTIMIZED_FLAGS |
From: CVS <do...@do...> - 2001-01-28 14:04:42
|
Update of /cvs/BasiliskII/src/Unix Modified Files: configure.in Log Message: - removed --enable-16bit-vidmode (unused and useless) |
From: CVS <do...@th...> - 2001-03-20 17:33:31
|
Update of /cvs/BasiliskII/src/Unix Modified Files: configure.in Log Message: - removed old JIT compiler, its related support functions and files (compiler.{h,cpp}) |
From: CVS <do...@th...> - 2001-03-20 18:03:18
|
Update of /cvs/BasiliskII/src/Unix Modified Files: configure.in Log Message: Moved FPU emulation code sources to uae_cpu/fpu/ |
From: CVS <do...@th...> - 2001-03-24 08:56:25
|
Update of /cvs/BasiliskII/src/Unix Modified Files: configure.in Log Message: - fixed FPU core auto-detection for non-x86 architectures |
From: CVS <do...@th...> - 2001-04-10 19:40:00
|
Update of /cvs/BasiliskII/src/Unix Modified Files: configure.in Log Message: fixed bug with -Ofast on IRIX |
From: CVS <do...@th...> - 2001-05-22 19:01:55
|
Update of /cvs/BasiliskII/src/Unix Modified Files: configure.in Log Message: default FPUSRC was wrong |
From: CVS <do...@th...> - 2001-06-19 08:29:54
|
Update of /cvs/BasiliskII/src/Unix Modified Files: configure.in Log Message: - cleaned up removal of '-g' for gcc |
From: CVS <do...@th...> - 2001-08-02 13:53:33
|
Update of /cvs/BasiliskII/src/Unix Modified Files: configure.in Log Message: * Don't merge constants (pass -fno-merge-constants to the compiler) since it breaks B2 in fpu/fpu_x86.cpp on the second call to fpu_init(), at the fsave instruction. This problem appeared with the following compilers: - "Official" : gcc-3.1 (mainline CVS) - Mandrake : gcc-2.96 >= 0.59mdk, gcc-3.0.1 >= 0.1mdk - Red Hat : gcc-2.96 >= 89, gcc-3.0 >= 1 |
From: CVS <do...@th...> - 2002-01-06 08:22:15
|
Update of /cvs/BasiliskII/src/Unix Modified Files: configure.in Log Message: - Add 64-bit file size support, at least for Linux |
From: CVS <do...@th...> - 2002-01-18 19:14:54
|
Update of /cvs/BasiliskII/src/Unix Modified Files: configure.in Log Message: added mon_lowmem.cpp to mon sources |
From: CVS <do...@th...> - 2002-03-16 10:12:57
|
Update of /cvs/BasiliskII/src/Unix Modified Files: configure.in Log Message: - Expand TYPE_SOCKLEN_T as it is a non-standard autoconf macro that lives in ac-archive/Miscellaneous. Extracted from version 1.2 (2000/07/19) by Lars Brinkhoff <la...@no...>. |
From: CVS <do...@th...> - 2002-03-16 10:58:29
|
Update of /cvs/BasiliskII/src/Unix Modified Files: configure.in Log Message: - Large File support is now specific to Linux since it breaks build on other platforms like Solaris/SPARC and I could only test under Linux. TODO: Better use the AC_SYS_LARGEFILE macro from autoconf-2.5. |
From: CVS <do...@th...> - 2002-03-18 12:59:55
|
Update of /cvs/BasiliskII/src/Unix Modified Files: configure.in Log Message: - Invert AC_CHECK_LIB for readline and termcap so that the test program for readline detection is actually linked against -ltermcap -lreadline. |
From: CVS <do...@th...> - 2002-03-18 13:30:14
|
Update of /cvs/BasiliskII/src/Unix Modified Files: configure.in Log Message: - Add even more term libs and prefer ncurses over the rest. |
From: CVS <do...@th...> - 2002-03-20 19:37:45
|
Update of /cvs/BasiliskII/src/Unix Modified Files: configure.in Log Message: fix for IRIX [Marcus Herbert] |