Do not strip skiload when installed. The stripped binary does not load

in the simulator.
This commit is contained in:
Marcel Moolenaar 2003-11-09 06:53:37 +00:00
parent 950f8459d4
commit 84408cc05c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122350
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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