diff options
author | peter <peter@FreeBSD.org> | 1999-08-27 23:47:15 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-08-27 23:47:15 +0000 |
commit | c148814ac642685a549ea821e649cd359879c935 (patch) | |
tree | 13b4e731f79cf5e913130da937437141f287dd93 /gnu/gnu2bmake/libg++-2.6.patch | |
parent | 11a38f24046a6366488c11672b145e689115557a (diff) | |
download | FreeBSD-src-c148814ac642685a549ea821e649cd359879c935.zip FreeBSD-src-c148814ac642685a549ea821e649cd359879c935.tar.gz |
gcc 2.6 is kinda obsolete now.
Diffstat (limited to 'gnu/gnu2bmake/libg++-2.6.patch')
-rw-r--r-- | gnu/gnu2bmake/libg++-2.6.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/gnu/gnu2bmake/libg++-2.6.patch b/gnu/gnu2bmake/libg++-2.6.patch deleted file mode 100644 index 442342e..0000000 --- a/gnu/gnu2bmake/libg++-2.6.patch +++ /dev/null @@ -1,26 +0,0 @@ -This patch fixes two things: -config.guess: - i[34]86-*-FreeBSD* -> i386--bsd - -libio/gen-params: - We use hex in limits.h - -Poul-Henning Kamp -phk@login.dkuug.dk - -diff -C2 -r libg++-2.6.orig/config.guess libg++-2.6/config.guess -*** libg++-2.6.orig/config.guess Sat Jul 16 12:11:08 1994 ---- libg++-2.6/config.guess Sun Jul 31 20:45:59 1994 -*************** -*** 197,201 **** - exit 0 ;; - i[34]86:FreeBSD:*:*) -! echo ${UNAME_MACHINE}-unknown-freebsd${UNAME_RELEASE} - exit 0 ;; - i[34]86:NetBSD:*:*) ---- 197,201 ---- - exit 0 ;; - i[34]86:FreeBSD:*:*) -! echo ${UNAME_MACHINE}-unknown-bsd - exit 0 ;; - i[34]86:NetBSD:*:*) |