Commit 22053c46 authored by Felix Paul Kühne's avatar Felix Paul Kühne

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

parent 2d06f4d7
......@@ -98,10 +98,9 @@ case $HOST in
exit 1
;;
powerpc-apple-darwin8)
# Mac OS X 10.4
# Mac OS X 10.4 or 10.5 with Xcode 2.5
# Makefile cross compiling is only supported with gcc-4.0
# ENVP defines the oldest environment on which the program will be able to run
# SDK 10.2.8 requires gcc-3.3 (so we cannot use that SDK)
SDK_TARGET=10.4
echo "SDK_TARGET = ${SDK_TARGET}" >> config.mak
echo "ENVP = MACOSX_DEPLOYMENT_TARGET=${SDK_TARGET}" >> config.mak
......@@ -127,6 +126,7 @@ case $HOST in
cat src/Distributions/darwin.mak >> distro.mak
;;
powerpc-apple-darwin9)
# Mac OS X 10.5 with Xcode 3, specific rules apply
SDK_TARGET=10.4
echo "SDK_TARGET = ${SDK_TARGET}" >> config.mak
echo "ENVP = MACOSX_DEPLOYMENT_TARGET=${SDK_TARGET}" >> config.mak
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment