You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
611 B

--- config.guess.orig Thu Jan 30 23:32:36 2003
+++ config.guess Wed Feb 5 09:54:43 2003
@@ -188,7 +188,7 @@
release='-gnu'
;;
*)
- release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
+ release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*//'`
;;
esac
# Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
--- gcc/config/t-freebsd.orig Tue Oct 1 20:37:02 2002
+++ gcc/config/t-freebsd Tue Oct 1 20:36:10 2002
@@ -2,4 +2,7 @@
STMP_FIXPROTO =
+# We don't need GCC's own include files.
+USER_H = $(EXTRA_HEADERS)
+
# Compile crtbeginS.o and crtendS.o with pic.
CRTSTUFF_T_CFLAGS_S = -fPIC