1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Properly configure on FreeBSD/amd64.

This commit is contained in:
David E. O'Brien 2003-05-16 19:56:09 +00:00
parent fb61654b9d
commit 20f489073d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81123
6 changed files with 75 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- support/config.guess.orig Wed Apr 3 16:47:14 2002
+++ support/config.guess Fri May 16 19:42:58 2003
@@ -782,4 +782,7 @@
echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
exit 0 ;;
+ amd64:FreeBSD:*:*)
+ echo x86_64-unknown-freebsd
+ exit 0 ;;
*:FreeBSD:*:*)
echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`

View File

@ -0,0 +1,15 @@
--- support/config.sub.orig Wed Apr 3 16:47:14 2002
+++ support/config.sub Fri May 16 19:42:58 2003
@@ -268,5 +268,5 @@
# because (1) that's what they normally are, and
# (2) the word "unknown" tends to confuse beginning users.
- i*86 | x86_64)
+ i*86 | x86_64 | amd64)
basic_machine=$basic_machine-pc
;;
@@ -282,4 +282,5 @@
| alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
| alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
+ | amd64-* \
| arm-* | armbe-* | armle-* | armv*-* \
| avr-* \

View File

@ -0,0 +1,10 @@
--- support/config.guess.orig Wed Apr 3 16:47:14 2002
+++ support/config.guess Fri May 16 19:42:58 2003
@@ -782,4 +782,7 @@
echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
exit 0 ;;
+ amd64:FreeBSD:*:*)
+ echo x86_64-unknown-freebsd
+ exit 0 ;;
*:FreeBSD:*:*)
echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`

View File

@ -0,0 +1,15 @@
--- support/config.sub.orig Wed Apr 3 16:47:14 2002
+++ support/config.sub Fri May 16 19:42:58 2003
@@ -268,5 +268,5 @@
# because (1) that's what they normally are, and
# (2) the word "unknown" tends to confuse beginning users.
- i*86 | x86_64)
+ i*86 | x86_64 | amd64)
basic_machine=$basic_machine-pc
;;
@@ -282,4 +282,5 @@
| alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
| alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
+ | amd64-* \
| arm-* | armbe-* | armle-* | armv*-* \
| avr-* \

View File

@ -0,0 +1,10 @@
--- support/config.guess.orig Wed Apr 3 16:47:14 2002
+++ support/config.guess Fri May 16 19:42:58 2003
@@ -782,4 +782,7 @@
echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
exit 0 ;;
+ amd64:FreeBSD:*:*)
+ echo x86_64-unknown-freebsd
+ exit 0 ;;
*:FreeBSD:*:*)
echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`

View File

@ -0,0 +1,15 @@
--- support/config.sub.orig Wed Apr 3 16:47:14 2002
+++ support/config.sub Fri May 16 19:42:58 2003
@@ -268,5 +268,5 @@
# because (1) that's what they normally are, and
# (2) the word "unknown" tends to confuse beginning users.
- i*86 | x86_64)
+ i*86 | x86_64 | amd64)
basic_machine=$basic_machine-pc
;;
@@ -282,4 +282,5 @@
| alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
| alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
+ | amd64-* \
| arm-* | armbe-* | armle-* | armv*-* \
| avr-* \