Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153639597
D15429.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
989 B
Referenced Files
None
Subscribers
None
D15429.diff
View Options
Index: devel/powerpc64-gcc/files/patch-gcc-freebsd-mips
===================================================================
--- devel/powerpc64-gcc/files/patch-gcc-freebsd-mips
+++ 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,340 @@
+@@ -0,0 +1,347 @@
+/* Definitions for MIPS varients running FreeBSD with ELF format
+ Copyright (C) 2008 Free Software Foundation, Inc.
+ Continued by David O'Brien <obrien@freebsd.org>
@@ -405,6 +405,13 @@
+
+/************************[ Debugger stuff ]*********************************/
+#undef DBX_DEBUGGING_INFO
++
++#if MIPS_ABI_DEFAULT == ABI_64
++#undef STANDARD_STARTFILE_PREFIX_1
++#define STANDARD_STARTFILE_PREFIX_1 "/lib/"
++#undef STANDARD_STARTFILE_PREFIX_2
++#define STANDARD_STARTFILE_PREFIX_2 "/usr/lib/"
++#endif
diff --git a/libgcc/config.host b/libgcc/config.host
index f4a7428..5e5c33e 100644
--- libgcc/config.host
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 23, 1:53 PM (21 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32011398
Default Alt Text
D15429.diff (989 B)
Attached To
Mode
D15429: Use /lib:/usr/lib as default libs in mips64.
Attached
Detach File
Event Timeline
Log In to Comment