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.
19 lines
611 B
19 lines
611 B
--- config.guess.orig Fri Jan 31 00:25:36 2003 |
|
+++ config.guess Tue Aug 12 12:47:29 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/i386/sol2.h.orig Thu Jun 20 13:03:34 2002 |
|
+++ gcc/config/i386/sol2.h Tue Aug 12 12:35:50 2003 |
|
@@ -66,3 +66,5 @@ |
|
|
|
/* The Solaris assembler does not support .quad. Do not use it. */ |
|
#undef ASM_QUAD |
|
+#undef DEFAULT_PCC_STRUCT_RETURN |
|
+#define DEFAULT_PCC_STRUCT_RETURN 1
|
|
|