Let the linker pick the right output format automatically

This commit is contained in:
Warner Losh 2010-11-13 18:38:35 +00:00
parent 855c643b18
commit 183004e3c9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=215251

View File

@ -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: */