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:
John Baldwin 2019-10-15 17:14:30 +00:00
parent 64f1604a76
commit 017128c99b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=353573

View File

@ -28,8 +28,8 @@
* $FreeBSD$
*/
OUTPUT_ARCH(mips)
ENTRY(_start)
OUTPUT_FORMAT(elf32-tradbigmips)
__DYNAMIC = 0;
SECTIONS