mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add -ffreestanding to CFLAGS.
This commit is contained in:
parent
87c4cce00e
commit
348df1aa25
1 changed files with 1 additions and 1 deletions
|
|
@ -3,4 +3,4 @@
|
|||
# $FreeBSD$
|
||||
|
||||
LOADER_ADDRESS?= 0x100000
|
||||
CFLAGS+= -mpreferred-stack-boundary=2
|
||||
CFLAGS+= -ffreestanding -mpreferred-stack-boundary=2
|
||||
|
|
|
|||
Loading…
Reference in a new issue