summaryrefslogtreecommitdiffstats
path: root/gnu/gnu2bmake/libg++-2.6.patch
blob: 442342ec05a4ddbf8f3a192e9540b94c6c70e427 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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:*:*)
OpenPOWER on IntegriCloud