summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2006-01-07 12:53:57 +0000
committerbjarni <bjarni@openttd.org>2006-01-07 12:53:57 +0000
commita8a2b93df56eadcfee735dc78039967c306a4b20 (patch)
treef57ac92bd71c9b99924fb31dd26bf2ed80cefb87 /Makefile
parent58acfeacaa2c08433da15b4583ff5bd19d76801f (diff)
downloadopenttd-a8a2b93df56eadcfee735dc78039967c306a4b20.tar.xz
(svn r3382) -Feature: [OSX] added the flag JAGUAR to crosscompile for OSX 10.2.8 on 10.4
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9b00eecb7..2f34526a9 100644
--- a/Makefile
+++ b/Makefile
@@ -107,7 +107,10 @@
#
# Special for crosscompiling there are some commands available:
#
-# FAT_BINARY: builds a universal binary for OSX. Make sure you got both PPC and x86 libs
+# FAT_BINARY: builds a universal binary for OSX. Make sure you got both PPC and x86 libs. Only works with GCC 4 or newer
+#
+# JAGUAR: Crosscompiling for OSX 1.2.8 (codenamed Jaguar). Only works if OSX is defined too. Only works with GCC 4 or newer
+# This can be changed to any PPC version of OSX by changing the ppc flags in Makefile.config
#
# ENDIAN_FORCE: forces the endian-check to give a certain result. Can be BE, LE or PREPROCESSOR.
# PREPROCESSOR is always used on all OSX targets and will make the preprocessor pick the right endian.