Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161087767
D14925.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D14925.diff
View Options
Index: head/devel/aarch64-none-elf-gcc/pkg-plist
===================================================================
--- head/devel/aarch64-none-elf-gcc/pkg-plist
+++ head/devel/aarch64-none-elf-gcc/pkg-plist
@@ -20,6 +20,9 @@
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/ilp32/crtn.o
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/ilp32/libgcc.a
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/ilp32/libgcov.a
+lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/README
+lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/limits.h
+lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/syslimits.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/arm_acle.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/arm_neon.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/float.h
Index: head/devel/arm-none-eabi-gcc/pkg-plist
===================================================================
--- head/devel/arm-none-eabi-gcc/pkg-plist
+++ head/devel/arm-none-eabi-gcc/pkg-plist
@@ -13,6 +13,9 @@
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/crtfastmath.o
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/crti.o
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/crtn.o
+lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/README
+lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/limits.h
+lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/syslimits.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/arm_acle.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/arm_neon.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/float.h
Index: head/devel/powerpc64-gcc/Makefile
===================================================================
--- head/devel/powerpc64-gcc/Makefile
+++ head/devel/powerpc64-gcc/Makefile
@@ -2,7 +2,7 @@
PORTNAME= gcc
PORTVERSION= 6.3.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= GCC/releases/gcc-${DISTVERSION}
PKGNAMEPREFIX?= powerpc64-
@@ -54,6 +54,9 @@
ALL_TARGET?= all-gcc
INSTALL_TARGET?= install-gcc
+# Force build of a cross compiler even if the target matches the host.
+CFLAGS+= -DCROSS_DIRECTORY_STRUCTURE
+
.include <bsd.port.options.mk>
.include <bsd.port.pre.mk>
@@ -95,7 +98,9 @@
.endfor
@${RM} ${STAGEDIR}${PREFIX}/info/*
@${RM} ${STAGEDIR}${PREFIX}/man/man7/*
+.if empty(PKGNAMEPREFIX:M*-*-)
@${RM} -r ${STAGEDIR}${PREFIX}/lib/gcc/${GCC_TARGET}/${PORTVERSION}/include-fixed
+.endif
# This port and all its slave ports fail on aarch64 -- but not all
# the same way. Provide this definition for the master.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jul 1, 11:09 AM (14 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34556918
Default Alt Text
D14925.diff (2 KB)
Attached To
Mode
D14925: Fix two more issues with r465416.
Attached
Detach File
Event Timeline
Log In to Comment