ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/MacOSX/configure.in
Revision 1.28 - (view) (annotate) - [select for diffs]
2011-03-11T16:44:46Z (13 years, 2 months ago) by asvitkine
Branch: MAIN
CVS Tags: HEAD
Changes since 1.27: +6 -6 lines
Diff to previous 1.27
[Joseph Oswald]
The src/MacOSX/configure script generated by autoconf is broken (it has bad syntax after the egrep test). Applying a fix from the src/Unix fixes this.

Revision 1.27 - (view) (annotate) - [select for diffs]
2008-12-09T18:03:35Z (15 years, 5 months ago) by asvitkine
Branch: MAIN
Changes since 1.26: +5 -4 lines
Diff to previous 1.26
some changes to make Basillisk build better on Leopard

Revision 1.26 - (view) (annotate) - [select for diffs]
2007-06-15T22:54:23Z (16 years, 11 months ago) by gbeauche
Branch: MAIN
Changes since 1.25: +5 -274 lines
Diff to previous 1.25
Fix REAL_ADDRESSING mode on MacOS X, aka move Mach defines to config_macosx.h
and fix lowmem (BLESS) to handle other-endian binaries.

Revision 1.25 - (view) (annotate) - [select for diffs]
2007-06-15T21:46:25Z (16 years, 11 months ago) by gbeauche
Branch: MAIN
Changes since 1.24: +14 -2 lines
Diff to previous 1.24
Disable cxmon by default for MacOS X builds. Add hackery to cross-compile
a working 10.2/ppc binary.

Revision 1.24 - (view) (annotate) - [select for diffs]
2007-06-15T17:11:46Z (16 years, 11 months ago) by gbeauche
Branch: MAIN
Changes since 1.23: +40 -271 lines
Diff to previous 1.23
Enable universal builds with --enable-universal

Move arch-dependent definitions to config_macosx.h, i.e. make them compile
time instead of configure time. Support IEEE FPU emulation core only.

Revision 1.23 - (view) (annotate) - [select for diffs]
2007-06-15T10:11:28Z (16 years, 11 months ago) by gbeauche
Branch: MAIN
Changes since 1.22: +19 -61 lines
Diff to previous 1.22
Fix cxmon files inclusion. Drop support for non ppc & x86 MacOS X arches.
Make JIT files & defs selection at build-time, not configure-time (FATs).

NOTE: be careful, larger changes are yet to come.

Revision 1.22 - (view) (annotate) - [select for diffs]
2007-06-15T09:16:58Z (16 years, 11 months ago) by gbeauche
Branch: MAIN
Changes since 1.21: +5 -1 lines
Diff to previous 1.21
Build MacOS X binaries only from the command line. Prepare the configure
scripts as follows: [NO_CONFIGURE=1] ../Unix/autogen.sh

Second round will be to build FAT binaries.

Revision 1.21 - (view) (annotate) - [select for diffs]
2007-01-13T18:21:30Z (17 years, 4 months ago) by gbeauche
Branch: MAIN
Changes since 1.20: +1 -59 lines
Diff to previous 1.20
Remove the 33-bit addressing hack as it's overly complex for not much gain.
Rather, use an address override prefix (0x67) though Intel Core optimization
reference guide says to avoid LCP prefixes. In practise, impact on performance
is measurably marginal on e.g. Speedometer tests.

Revision 1.20 - (view) (annotate) - [select for diffs]
2006-07-28T13:28:54Z (17 years, 9 months ago) by nigel
Branch: MAIN
CVS Tags: nigel-build-19
Changes since 1.19: +9 -4 lines
Diff to previous 1.19
Resync with latest src/Unix/configure.ac

Revision 1.19 - (view) (annotate) - [select for diffs]
2006-03-11T11:45:25Z (18 years, 2 months ago) by nigel
Branch: MAIN
Changes since 1.18: +92 -3 lines
Diff to previous 1.18
Incorporate recent changes from Unix equivalent files

Revision 1.18 - (view) (annotate) - [select for diffs]
2005-12-29T00:32:43Z (18 years, 4 months ago) by nigel
Branch: MAIN
CVS Tags: nigel-build-17
Changes since 1.17: +11 -3 lines
Diff to previous 1.17
A few more updates from latest Unix configure.ac

Revision 1.17 - (view) (annotate) - [select for diffs]
2005-09-19T07:45:07Z (18 years, 7 months ago) by nigel
Branch: MAIN
Changes since 1.16: +233 -19 lines
Diff to previous 1.16
Re-sync with Unix version. Fixes black screen bug

Revision 1.16 - (view) (annotate) - [select for diffs]
2005-06-12T23:36:33Z (18 years, 11 months ago) by gbeauche
Branch: MAIN
Changes since 1.15: +2 -1 lines
Diff to previous 1.15
Check for CoreFoundation framework (Darwin 8.0.1). Likewise for
IOKit/storage/IOBlockStorageDevice.h which is not available there on x86

Revision 1.15 - (view) (annotate) - [select for diffs]
2004-01-29T12:28:53Z (20 years, 3 months ago) by nigel
Branch: MAIN
CVS Tags: nigel-build-16
Changes since 1.14: +3 -2 lines
Diff to previous 1.14
Typo in IDE auto-detection

Revision 1.14 - (view) (annotate) - [select for diffs]
2004-01-28T07:26:00Z (20 years, 3 months ago) by nigel
Branch: MAIN
Changes since 1.13: +50 -13 lines
Diff to previous 1.13
/bin/true isn't on OS X, auto-detect Xcode (vs Project Builder),
some textual changes to make it even more like Unix/autoconfigure.ac

Revision 1.13 - (view) (annotate) - [select for diffs]
2004-01-27T04:35:30Z (20 years, 3 months ago) by nigel
Branch: MAIN
CVS Tags: nigel-build-15
Changes since 1.12: +44 -31 lines
Diff to previous 1.12
Some latest changes from Unix version, add subterfuge test back in
(even though it will still hang - it is not needed on OS X),
use DIRECT/REAL_ADDRESSING/FPU_IEEE/UAE from config

Revision 1.12 - (view) (annotate) - [select for diffs]
2003-11-18T11:17:55Z (20 years, 6 months ago) by nigel
Branch: MAIN
Changes since 1.11: +73 -21 lines
Diff to previous 1.11
Latest changes from Unix version (mostly signal/page zero fixes)

Revision 1.11 - (view) (annotate) - [select for diffs]
2003-08-02T06:22:54Z (20 years, 9 months ago) by nigel
Branch: MAIN
Changes since 1.10: +13 -7 lines
Diff to previous 1.10
Added minor changes from latest Unix version

Revision 1.10 - (view) (annotate) - [select for diffs]
2003-06-03T12:40:02Z (20 years, 11 months ago) by nigel
Branch: MAIN
Changes since 1.9: +31 -23 lines
Diff to previous 1.9
Incomporated some more stuff from latest Unix version, formatting changes

Revision 1.9 - (view) (annotate) - [select for diffs]
2003-03-24T11:41:32Z (21 years, 1 month ago) by nigel
Branch: MAIN
CVS Tags: nigel-build-12, nigel-build-13
Changes since 1.8: +2 -0 lines
Diff to previous 1.8
Fixes for latest FPU emulation source.
(We add the FPU_* into config.h so that the IDE can pick it up automatically)

Revision 1.8 - (view) (annotate) - [select for diffs]
2003-01-10T23:16:47Z (21 years, 4 months ago) by nigel
Branch: MAIN
Changes since 1.7: +12 -7 lines
Diff to previous 1.7
Corrections for 10.1 (which has a much older autoconf)

Revision 1.7 - (view) (annotate) - [select for diffs]
2002-10-31T08:52:59Z (21 years, 6 months ago) by nigel
Branch: MAIN
Changes since 1.6: +6 -0 lines
Diff to previous 1.6
SOme 10.2 compile fixes

Revision 1.6 - (view) (annotate) - [select for diffs]
2002-10-29T14:26:26Z (21 years, 6 months ago) by nigel
Branch: MAIN
Changes since 1.5: +31 -30 lines
Diff to previous 1.5
Correct path for some Unix files

Revision 1.5 - (view) (annotate) - [select for diffs]
2002-10-06T23:29:59Z (21 years, 7 months ago) by nigel
Branch: MAIN
Changes since 1.4: +334 -100 lines
Diff to previous 1.4
Incorporate several changes from latest Unix version of file

Revision 1.4 - (view) (annotate) - [select for diffs]
2002-04-05T13:00:05Z (22 years, 1 month ago) by nigel
Branch: MAIN
Changes since 1.3: +1 -0 lines
Diff to previous 1.3
caddr_t change (to go with vm_alloc.* change?) from Unix files

Revision 1.3 - (view) (annotate) - [select for diffs]
2002-03-16T09:16:18Z (22 years, 2 months ago) by nigel
Branch: MAIN
CVS Tags: nigel-build-10
Changes since 1.2: +5 -1 lines
Diff to previous 1.2
Added latest changes in Unix version

Revision 1.2 - (view) (annotate) - [select for diffs]
2002-03-16T05:47:11Z (22 years, 2 months ago) by nigel
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
Updated final "make" message

Revision 1.1 - (view) (annotate) - [select for diffs]
2002-03-16T04:00:02Z (22 years, 2 months ago) by nigel
Branch: MAIN
Initial revision of Mac OS X port code. Uses Objective-C++. Needs Mac OS 10.1

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a