diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2003-05-16 19:56:09 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-05-16 19:56:09 +0000 |
commit | 20f489073d4c44040626c28aa796b3cd67059338 (patch) | |
tree | b16e55891524fd10ccf0cd59b2c28fa1b45632ef /shells | |
parent | Update to 2.3 (diff) |
Properly configure on FreeBSD/amd64.
Notes
Notes:
svn path=/head/; revision=81123
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/files/patch-config.guess | 10 | ||||
-rw-r--r-- | shells/bash/files/patch-config.sub | 15 | ||||
-rw-r--r-- | shells/bash2/files/patch-config.guess | 10 | ||||
-rw-r--r-- | shells/bash2/files/patch-config.sub | 15 | ||||
-rw-r--r-- | shells/bash3/files/patch-config.guess | 10 | ||||
-rw-r--r-- | shells/bash3/files/patch-config.sub | 15 |
6 files changed, 75 insertions, 0 deletions
diff --git a/shells/bash/files/patch-config.guess b/shells/bash/files/patch-config.guess new file mode 100644 index 000000000000..a109a5e4f442 --- /dev/null +++ b/shells/bash/files/patch-config.guess @@ -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/[-(].*//'` diff --git a/shells/bash/files/patch-config.sub b/shells/bash/files/patch-config.sub new file mode 100644 index 000000000000..457c442391da --- /dev/null +++ b/shells/bash/files/patch-config.sub @@ -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-* \ diff --git a/shells/bash2/files/patch-config.guess b/shells/bash2/files/patch-config.guess new file mode 100644 index 000000000000..a109a5e4f442 --- /dev/null +++ b/shells/bash2/files/patch-config.guess @@ -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/[-(].*//'` diff --git a/shells/bash2/files/patch-config.sub b/shells/bash2/files/patch-config.sub new file mode 100644 index 000000000000..457c442391da --- /dev/null +++ b/shells/bash2/files/patch-config.sub @@ -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-* \ diff --git a/shells/bash3/files/patch-config.guess b/shells/bash3/files/patch-config.guess new file mode 100644 index 000000000000..a109a5e4f442 --- /dev/null +++ b/shells/bash3/files/patch-config.guess @@ -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/[-(].*//'` diff --git a/shells/bash3/files/patch-config.sub b/shells/bash3/files/patch-config.sub new file mode 100644 index 000000000000..457c442391da --- /dev/null +++ b/shells/bash3/files/patch-config.sub @@ -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-* \ |