Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150518738
D22004.id.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
D22004.id.diff
View Options
Index: head/devel/powerpc64-gcc/Makefile
===================================================================
--- head/devel/powerpc64-gcc/Makefile
+++ head/devel/powerpc64-gcc/Makefile
@@ -2,7 +2,7 @@
PORTNAME= gcc
PORTVERSION= 6.4.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= devel
MASTER_SITES= GCC/releases/gcc-${DISTVERSION}
PKGNAMEPREFIX?= powerpc64-
Index: head/devel/powerpc64-gcc/files/patch-gcc-freebsd-mips
===================================================================
--- head/devel/powerpc64-gcc/files/patch-gcc-freebsd-mips
+++ head/devel/powerpc64-gcc/files/patch-gcc-freebsd-mips
@@ -64,7 +64,7 @@
index 0000000..56a921e
--- /dev/null
+++ gcc/config/mips/freebsd.h
-@@ -0,0 +1,320 @@
+@@ -0,0 +1,325 @@
+/* Definitions for MIPS varients running FreeBSD with ELF format
+ Copyright (C) 2008 Free Software Foundation, Inc.
+ Continued by David O'Brien <obrien@freebsd.org>
@@ -312,9 +312,14 @@
+
+/* Always pass ISA to drivers */
+#undef DRIVER_SELF_SPECS
-+#define DRIVER_SELF_SPECS \
-+ MIPS_DEFAULT_ISA_LEVEL_SPEC, \
-+ MIPS_ISA_LEVEL_SPEC, \
++#define DRIVER_SELF_SPECS \
++ MIPS_DEFAULT_ISA_LEVEL_SPEC, \
++ MIPS_ISA_LEVEL_SPEC, \
++ \
++ /* Make sure that an endian option is always present. This makes \
++ things like LINK_SPEC easier to write. */ \
++ "%{!EB:%{!EL:%(endian_spec)}}", \
++ \
+ BASE_DRIVER_SELF_SPECS
+
+#if 0
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 2, 11:02 PM (16 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30738487
Default Alt Text
D22004.id.diff (1 KB)
Attached To
Mode
D22004: devel/powerpc64-gcc: always set the endian flag for the linker emulation for MIPS.
Attached
Detach File
Event Timeline
Log In to Comment