Do not strip skiload when installed. The stripped binary does not load
in the simulator.
This commit is contained in:
parent
950f8459d4
commit
84408cc05c
@ -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 New Issue
Block a user