mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Do not strip skiload when installed. The stripped binary does not load
in the simulator.
This commit is contained in:
parent
950f8459d4
commit
84408cc05c
2 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ PROG= skiload
|
|||
NOMAN=
|
||||
NEWVERSWHAT= "ia64 SKI boot" ${MACHINE_ARCH}
|
||||
BINDIR?= /boot
|
||||
STRIP= # We must not strip skiload at install time.
|
||||
|
||||
SRCS+= conf.c main.c start.S
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ PROG= skiload
|
|||
NOMAN=
|
||||
NEWVERSWHAT= "ia64 SKI boot" ${MACHINE_ARCH}
|
||||
BINDIR?= /boot
|
||||
STRIP= # We must not strip skiload at install time.
|
||||
|
||||
SRCS+= conf.c main.c start.S
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue