diff options
| author | forsyth <forsyth@vitanuova.com> | 2013-04-23 14:16:50 +0100 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2013-04-23 14:16:50 +0100 |
| commit | 21f20d98efdc821b62e968612a30928d97079519 (patch) | |
| tree | e41f64b2d895b33ce81a7d2f13e28a0fc902aa3b | |
| parent | 35d297e4cdffea9f5d876142dcc5cd9b59d66622 (diff) | |
20130423
| -rw-r--r-- | CHANGES | 2 | ||||
| -rw-r--r-- | include/version.h | 2 | ||||
| -rw-r--r-- | mkfiles/mkfile-MacOSX-386 | 12 |
3 files changed, 9 insertions, 7 deletions
@@ -1,3 +1,5 @@ +20130423 + mkfiles/mkfile-MacOSX-386: set 32-bit mode, and macosx-version-min to 10.6 [via http://debu.gs/entries/interlude-inferno-at-work] 20121210 utils/awk/run.c - prevent free of pointer still in use [cinap] 20121205 diff --git a/include/version.h b/include/version.h index 14453b76..1726f48f 100644 --- a/include/version.h +++ b/include/version.h @@ -1 +1 @@ -#define VERSION "Fourth Edition (20121210)" +#define VERSION "Fourth Edition (20130423)" diff --git a/mkfiles/mkfile-MacOSX-386 b/mkfiles/mkfile-MacOSX-386 index ecbcf213..5326233c 100644 --- a/mkfiles/mkfile-MacOSX-386 +++ b/mkfiles/mkfile-MacOSX-386 @@ -9,17 +9,17 @@ AR= ar ARFLAGS= ruvs A= a -AS= gcc -c -arch i386 +AS= gcc -c -arch i386 -m32 ASFLAGS= -ISYSROOT= -isysroot /Developer/SDKs/MacOSX10.4u.sdk +ISYSROOT= -isysroot /Developer/SDKs/MacOSX10.6.sdk -CC= gcc -c +CC= gcc -c -m32 COPTFLAGS= -Os CDEBUGFLAGS= CTHREADFLAGS= -CFLAGS= -arch i386\ - -mmacosx-version-min=10.4\ +CFLAGS= -arch i386 -m32\ + -mmacosx-version-min=10.6\ -Wno-deprecated-declarations -Wuninitialized -Wunused -Wreturn-type -Wimplicit -Wno-four-char-constants -Wno-unknown-pragmas\ -pipe\ -fno-strict-aliasing\ @@ -29,7 +29,7 @@ CFLAGS= -arch i386\ -I$ROOT/include\ $COPTFLAGS $CDEBUGFLAGS\ -LD= gcc -arch i386 +LD= gcc -arch i386 -m32 LDFLAGS=\ -mmacosx-version-min=10.4\ -multiply_defined suppress |
