e277531771
moved to the logical name. libg++-2.6.patch: FOO_MAX in limits.h isn't in hex under 2.0 (for the time being ??) libg++-2.6.tcl: it works on my 1.1.5.1 system. I cannot test it here until gcc-2.6.0 is installed. gnu2bmake.tcl: enhanced various ways. README: says "don't hack the bmaked sources" gcc-2.6.0.tcl: added the gen-* and md files to the bmaked sources. Not used by makefiles. Do I need to add other files Garrett ?
27 lines
636 B
Diff
27 lines
636 B
Diff
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:*:*)
|