- Fix build on powerpc.

PR:		ports/151348
Submitted by:	Andreas Tobler <andreast@FreeBSD.org>
This commit is contained in:
Stanislav Sedov 2010-10-10 02:32:50 +00:00
parent f6509b9465
commit 5e7fc97192
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262728
2 changed files with 15 additions and 6 deletions

View File

@ -59,13 +59,13 @@ BROKEN= Does not compile
.endif
.endif
.if ${ARCH} == i386
.if ${ARCH} == i386 || ${ARCH} == "powerpc"
WORDSIZE=32
.else
WORDSIZE=64
.endif
.if ${ARCH} == sparc64
.if ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BYTEORDER=b
.else
BYTEORDER=l

View File

@ -1,6 +1,16 @@
--- configure.orig Sat Oct 21 02:49:22 2006
+++ configure Sat Oct 21 02:49:27 2006
@@ -8079,8 +8079,8 @@
--- 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");
@ -9,4 +19,3 @@
+ label2:
return (&&label2)-(&&label1);
}