mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 00:27:08 -04:00
We no longer need the OUTPUT_FORMAT line, so fix the build by removing it.
This commit is contained in:
parent
809290db9e
commit
e793a7b7d2
1 changed files with 0 additions and 1 deletions
|
|
@ -1,6 +1,5 @@
|
|||
/* $FreeBSD$ */
|
||||
|
||||
OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm", "elf32-littlearm")
|
||||
OUTPUT_ARCH(arm)
|
||||
ENTRY(_start)
|
||||
SECTIONS
|
||||
|
|
|
|||
Loading…
Reference in a new issue