summaryrefslogtreecommitdiff
path: root/lang/egcs/files/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'lang/egcs/files/patch-aj')
-rw-r--r--lang/egcs/files/patch-aj14
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/egcs/files/patch-aj b/lang/egcs/files/patch-aj
deleted file mode 100644
index 035627fc0908..000000000000
--- a/lang/egcs/files/patch-aj
+++ /dev/null
@@ -1,14 +0,0 @@
---- config.guess.orig Mon Mar 1 14:37:59 1999
-+++ config.guess Sat Mar 13 19:28:44 1999
-@@ -478,9 +478,9 @@
- exit 0 ;;
- *:FreeBSD:*:*)
- if test -x /usr/bin/objformat -a "elf" = "`/usr/bin/objformat`"; then
-- echo ${UNAME_MACHINE}-unknown-freebsdelf`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
-- else
- echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
-+ else
-+ echo ${UNAME_MACHINE}-unknown-freebsdaout`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
- fi
- exit 0 ;;
- *:NetBSD:*:*)