Author: imp
Date: Sat Nov 13 18:38:35 2010
New Revision: 215251
URL: http://svn.freebsd.org/changeset/base/215251
Log:
Let the linker pick the right output format automatically
Modified:
head/sys/conf/ldscript.mips
Modified: head/sys/conf/ldscript.mips
==============================================================================
--- head/sys/conf/ldscript.mips Sat Nov 13 18:10:44 2010 (r215250)
+++ head/sys/conf/ldscript.mips Sat Nov 13 18:38:35 2010 (r215251)
@@ -30,16 +30,9 @@
* $FreeBSD$
*/
-OUTPUT_FORMAT("elf32-tradbigmips", "elf32-tradbigmips",
- "elf32-tradlittlemips")
-
OUTPUT_ARCH(mips)
ENTRY(_start)
SEARCH_DIR(/usr/lib);
-/* Do we need any of these for elf?
- __DYNAMIC = 0;
-PROVIDE (_DYNAMIC = 0);
-*/
SECTIONS
{
/* Read-only sections, merged into text segment: */
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"