Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154306349
D16784.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D16784.diff
View Options
Index: head/lang/gcc7-devel/Makefile
===================================================================
--- head/lang/gcc7-devel/Makefile
+++ head/lang/gcc7-devel/Makefile
@@ -64,7 +64,9 @@
.elif ${ARCH} == powerpc64
CONFIGURE_ENV+= UNAME_m="powerpc64"
-USE_GCC= yes
+USE_GCC= 5 # This port requires at least GCC 4.9, and we need
+ # to ensure not to cause a dependency on itself (so
+ # USE_GCC=yes or USE_GCC=X+ are not an option).
.elif ${ARCH} == powerpcspe
CONFIGURE_ARGS+= --with-cpu=8540 --enable-e500_double --without-fp
Index: head/lang/gcc7/Makefile
===================================================================
--- head/lang/gcc7/Makefile
+++ head/lang/gcc7/Makefile
@@ -60,7 +60,9 @@
.elif ${ARCH} == powerpc64
CONFIGURE_ENV+= UNAME_m="powerpc64"
-USE_GCC= yes
+USE_GCC= 5 # This port requires at least GCC 4.9, and we need
+ # to ensure not to cause a dependency on itself (so
+ # USE_GCC=yes or USE_GCC=X+ are not an option).
.elif ${ARCH} == powerpcspe
CONFIGURE_ARGS+= --with-cpu=8540 --enable-e500_double --without-fp
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 28, 5:52 PM (2 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32231900
Default Alt Text
D16784.diff (1 KB)
Attached To
Mode
D16784: Fix powerpc64 gcc dependency loop
Attached
Detach File
Event Timeline
Log In to Comment