Don't set the OUTPUT_FORMAT explicitly but let ld derive it.
This fixes an error with modern ld.bfd and is inline with the changes in r215251 and r217612. Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D22031
This commit is contained in:
parent
64f1604a76
commit
017128c99b
@ -28,8 +28,8 @@
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
OUTPUT_ARCH(mips)
|
||||
ENTRY(_start)
|
||||
OUTPUT_FORMAT(elf32-tradbigmips)
|
||||
__DYNAMIC = 0;
|
||||
|
||||
SECTIONS
|
||||
|
Loading…
x
Reference in New Issue
Block a user