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.
23 lines
736 B
23 lines
736 B
13 years ago
|
diff -u gcc-4.3.3/configure.orig gcc-4.3.3/configure
|
||
|
--- gcc-4.3.3/configure.orig 2009-04-25 08:02:42.953125000 -0400
|
||
|
+++ gcc-4.3.3/configure 2009-04-25 08:11:52.453125000 -0400
|
||
|
@@ -3346,7 +3346,6 @@
|
||
|
return 0;
|
||
|
}
|
||
|
_ACEOF
|
||
|
-rm -f conftest.o conftest.obj
|
||
|
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
||
|
(eval $ac_compile) 2>&5
|
||
|
ac_status=$?
|
||
|
diff -u gcc-4.3.3/libgcc/configure.orig gcc-4.3.3/libgcc/configure
|
||
|
--- gcc-4.3.3/libgcc/configure.orig 2009-04-25 08:55:17.656250000 -0400
|
||
|
+++ gcc-4.3.3/libgcc/configure 2009-04-25 08:55:42.203125000 -0400
|
||
|
@@ -2584,7 +2584,6 @@
|
||
|
return 0;
|
||
|
}
|
||
|
_ACEOF
|
||
|
-rm -f conftest.o conftest.obj
|
||
|
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
||
|
(eval $ac_compile) 2>&5
|
||
|
ac_status=$?
|