summaryrefslogtreecommitdiffstats
path: root/gnu/gnu2bmake/libg++-2.6.patch
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-08-08 04:30:17 +0000
committerphk <phk@FreeBSD.org>1994-08-08 04:30:17 +0000
commitd76e884d30bd6944b16d425372c9d21302898c85 (patch)
tree882d6a1f1c151d928ad446760293506738c518b2 /gnu/gnu2bmake/libg++-2.6.patch
parentbf39175a9eb4cfae6bd49290d1e77a0abb5b0ac6 (diff)
downloadFreeBSD-src-d76e884d30bd6944b16d425372c9d21302898c85.zip
FreeBSD-src-d76e884d30bd6944b16d425372c9d21302898c85.tar.gz
gcc260.patch:
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 ?
Diffstat (limited to 'gnu/gnu2bmake/libg++-2.6.patch')
-rw-r--r--gnu/gnu2bmake/libg++-2.6.patch45
1 files changed, 0 insertions, 45 deletions
diff --git a/gnu/gnu2bmake/libg++-2.6.patch b/gnu/gnu2bmake/libg++-2.6.patch
index 922a6de..442342e 100644
--- a/gnu/gnu2bmake/libg++-2.6.patch
+++ b/gnu/gnu2bmake/libg++-2.6.patch
@@ -24,48 +24,3 @@ diff -C2 -r libg++-2.6.orig/config.guess libg++-2.6/config.guess
! echo ${UNAME_MACHINE}-unknown-bsd
exit 0 ;;
i[34]86:NetBSD:*:*)
-diff -C2 -r libg++-2.6.orig/libio/gen-params libg++-2.6/libio/gen-params
-*** libg++-2.6.orig/libio/gen-params Mon Jul 18 18:04:09 1994
---- libg++-2.6/libio/gen-params Sun Jul 31 20:50:12 1994
-***************
-*** 415,432 ****
- default_int64=
- INT16=32767
- INT32=2147483647
- INT64=9223372036854775807
-
-! if [ "${SHRT_MAX}" = $INT16 ] ; then
- default_int16=short
-! if [ "${LONG_MAX}" = $INT32 ] ; then
- default_int32=long
-! if [ "${LONG_LONG_MAX}" = $INT64 ] ; then
- # Most Unices, DOS
- default_int64="long long"
- fi
-! elif [ "${INT_MAX}" = $INT32 ] ; then
- default_int32=int
-! if [ "${LONG_MAX}" = $INT64 ] ; then
- # Some 64-bit Unices, like OSF/1 on the Alpha
- default_int64=long
---- 415,435 ----
- default_int64=
- INT16=32767
-+ INT16X=0x7fff
- INT32=2147483647
-+ INT32X=0x7fffffff
- INT64=9223372036854775807
-+ INT64X=0x7fffffffffffffff
-
-! if [ "${SHRT_MAX}" = $INT16 -o "${SHRT_MAX}" = $INT16X ] ; then
- default_int16=short
-! if [ "${LONG_MAX}" = $INT32 -o "${LONG_MAX}" = $INT32X] ; then
- default_int32=long
-! if [ "${LONG_LONG_MAX}" = $INT64 -o "${LONG_LONG_MAX}" = $INT64X] ; then
- # Most Unices, DOS
- default_int64="long long"
- fi
-! elif [ "${INT_MAX}" = $INT32 -o "${INT_MAX}" = $INT32X] ; then
- default_int32=int
-! if [ "${LONG_MAX}" = $INT64 -o "${LONG_MAX}" = $INT64X] ; then
- # Some 64-bit Unices, like OSF/1 on the Alpha
- default_int64=long
OpenPOWER on IntegriCloud