mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 14:50:31 -04:00
21 lines
538 B
Text
21 lines
538 B
Text
--- configure.orig 2003-08-25 10:03:42.000000000 +0200
|
|
+++ configure 2010-10-09 20:40:43.000000000 +0200
|
|
@@ -3584,9 +3584,6 @@
|
|
else
|
|
LIBOBJS="$LIBOBJS ../arch/power/_sync_cache_range.$ac_objext"
|
|
fi
|
|
-
|
|
- #long long is broken on (at least) gcc-2.95.* for PPC
|
|
- test x$ac_cv_sizeof_long_long = x && ac_cv_sizeof_long_long=0
|
|
;;
|
|
*)
|
|
{ echo "$as_me:$LINENO: WARNING: Using a generic machine description" >&5
|
|
@@ -8079,8 +8076,8 @@
|
|
if (x) {
|
|
label1:
|
|
asm("$i");
|
|
- label2:
|
|
}
|
|
+ label2:
|
|
return (&&label2)-(&&label1);
|
|
}
|