remove unnecessary patches for config.guess/config.sub, more up to date

files are in-tree.
This commit is contained in:
brad 2002-04-04 15:35:08 +00:00
parent 5b2268a4c5
commit 66d7a15639
2 changed files with 0 additions and 27 deletions

View File

@ -1,12 +0,0 @@
--- config.guess.orig Tue Oct 10 09:38:00 1995
+++ config.guess Tue Jun 30 15:07:28 1998
@@ -311,6 +311,9 @@
*:NetBSD:*:*)
echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
exit 0 ;;
+ *:OpenBSD:*:*)
+ echo ${UNAME_MACHINE}-unknown-openbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
+ exit 0 ;;
*:GNU:*:*)
echo `echo ${UNAME_MACHINE}|sed -e 's,/.*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
exit 0 ;;

View File

@ -1,15 +0,0 @@
--- config.sub.orig Tue Oct 10 09:38:00 1995
+++ config.sub Tue Jun 30 15:07:26 1998
@@ -637,9 +637,9 @@
| -amigados* | -msdos* | -newsos* | -unicos* | -aos* \
| -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \
| -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
- | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \
- | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \
- | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
+ | -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* \
+ | -riscix* | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* \
+ | -elf* | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
| -udi* | -eabi* | -lites* )
# Remember, each alternative MUST END IN *, to match a version number.
;;