Changeset 22053c46a80be0c28a9e07730bc9888b14618503
- 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
| r9c4b2e7 |
r22053c4 |
|
| 99 | 99 | ;; |
|---|
| 100 | 100 | powerpc-apple-darwin8) |
|---|
| 101 | | # Mac OS X 10.4 |
|---|
| | 101 | # Mac OS X 10.4 or 10.5 with Xcode 2.5 |
|---|
| 102 | 102 | # Makefile cross compiling is only supported with gcc-4.0 |
|---|
| 103 | 103 | # 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) |
|---|
| 105 | 104 | SDK_TARGET=10.4 |
|---|
| 106 | 105 | echo "SDK_TARGET = ${SDK_TARGET}" >> config.mak |
|---|
| … | … | |
| 128 | 127 | ;; |
|---|
| 129 | 128 | powerpc-apple-darwin9) |
|---|
| | 129 | # Mac OS X 10.5 with Xcode 3, specific rules apply |
|---|
| 130 | 130 | SDK_TARGET=10.4 |
|---|
| 131 | 131 | echo "SDK_TARGET = ${SDK_TARGET}" >> config.mak |
|---|