[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Patches for Darwin-1.2 (base of MacOS X)
From: |
Dieter Fiebelkorn |
Subject: |
Patches for Darwin-1.2 (base of MacOS X) |
Date: |
Sat, 16 Dec 2000 22:49:05 +0100 |
*** config.guess.old Sat Dec 16 18:30:33 2000
--- config.guess Sat Dec 16 18:30:33 2000
***************
*** 968,975 ****
--- 968,981 ----
SX-5:SUPER-UX:*:*)
echo sx5-nec-superux${UNAME_RELEASE}
exit 0 ;;
+ Power*:Darwin:*:*)
+ echo powerpc-apple-darwin${UNAME_RELEASE}
+ exit 0 ;;
Power*:Rhapsody:*:*)
echo powerpc-apple-rhapsody${UNAME_RELEASE}
+ exit 0 ;;
+ *:Darwin:*:*)
+ echo ${UNAME_MACHINE}-apple-darwin${UNAME_RELEASE}
exit 0 ;;
*:Rhapsody:*:*)
echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
*** config.sub.old Sat Dec 16 18:30:33 2000
--- config.sub Sat Dec 16 18:30:33 2000
***************
*** 918,924 ****
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
| -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
| -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \
! | -interix* | -uwin* | -rhapsody* | -opened* | -openstep* | -oskit*)
# Remember, each alternative MUST END IN *, to match a version number.
;;
-sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
--- 918,925 ----
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
| -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
| -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \
! | -interix* | -uwin* | -darwin* | -rhapsody* | -opened* | -openstep* \
! | -oskit*)
# Remember, each alternative MUST END IN *, to match a version number.
;;
-sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
config.guess.diff
Description: Binary data
config.sub.diff
Description: Binary data
- Patches for Darwin-1.2 (base of MacOS X),
Dieter Fiebelkorn <=