equal
deleted
inserted
replaced
104 # |
104 # |
105 # VERBOSE: show full compiler invocations instead of brief progress messages |
105 # VERBOSE: show full compiler invocations instead of brief progress messages |
106 # |
106 # |
107 # Special for crosscompiling there are some commands available: |
107 # Special for crosscompiling there are some commands available: |
108 # |
108 # |
109 # FAT_BINARY: builds a universal binary for OSX. Make sure you got both PPC and x86 libs. Only works with GCC 4 or newer |
109 # UNIVERSAL_BINARY: builds a universal binary for OSX. Make sure you got both PPC and x86 libs. Only works with GCC 4 or newer |
|
110 # TRIPPLE_BINARY: builds a universal binary with the addition of code optimised for G5 (which means a total of 3 binaries in one file) |
110 # |
111 # |
111 # JAGUAR: Crosscompiling for OSX 1.2.8 (codenamed Jaguar). Only works if OSX is defined too. Only works with GCC 4 or newer |
112 # JAGUAR: Crosscompiling for OSX 1.2.8 (codenamed Jaguar). Only works if OSX is defined too. Only works with GCC 4 or newer |
112 # This can be changed to any PPC version of OSX by changing the ppc flags in Makefile.config |
113 # This can be changed to any PPC version of OSX by changing the ppc flags in Makefile.config |
113 # |
114 # |
114 # ENDIAN_FORCE: forces the endian-check to give a certain result. Can be BE, LE or PREPROCESSOR. |
115 # ENDIAN_FORCE: forces the endian-check to give a certain result. Can be BE, LE or PREPROCESSOR. |