Changeset 22053c46a80be0c28a9e07730bc9888b14618503

Show
Ignore:
Timestamp:
11/11/07 16:48:39 (1 year ago)
Author:
Felix Paul Kühne <fkuehne@videolan.org>
git-committer:
Felix Paul Kühne <fkuehne@videolan.org> 1194796119 +0000
git-parent:

[2d06f4d7330c598464ba7cb5520753b490b181f3]

git-author:
Felix Paul Kühne <fkuehne@videolan.org> 1194796119 +0000
Message:

* updated the comments, so other people can understand what we're doing on Leopard

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/contrib/bootstrap

    r9c4b2e7 r22053c4  
    9999    ;; 
    100100    powerpc-apple-darwin8) 
    101 # Mac OS X 10.4 
     101# Mac OS X 10.4 or 10.5 with Xcode 2.5 
    102102# Makefile cross compiling is only supported with gcc-4.0 
    103103# ENVP defines the oldest environment on which the program will be able to run 
    104 # SDK 10.2.8 requires gcc-3.3 (so we cannot use that SDK) 
    105104        SDK_TARGET=10.4 
    106105        echo "SDK_TARGET = ${SDK_TARGET}" >> config.mak 
     
    128127        ;; 
    129128    powerpc-apple-darwin9) 
     129# Mac OS X 10.5 with Xcode 3, specific rules apply 
    130130        SDK_TARGET=10.4 
    131131        echo "SDK_TARGET = ${SDK_TARGET}" >> config.mak