From 84408cc05c3dc0d189644ff5b1e78fedc7550f67 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Sun, 9 Nov 2003 06:53:37 +0000 Subject: [PATCH] Do not strip skiload when installed. The stripped binary does not load in the simulator. --- sys/boot/ia64/ski/Makefile | 1 + sys/boot/ia64/skiload/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/sys/boot/ia64/ski/Makefile b/sys/boot/ia64/ski/Makefile index 8ba596a61f99..5d8934086132 100644 --- a/sys/boot/ia64/ski/Makefile +++ b/sys/boot/ia64/ski/Makefile @@ -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 diff --git a/sys/boot/ia64/skiload/Makefile b/sys/boot/ia64/skiload/Makefile index 8ba596a61f99..5d8934086132 100644 --- a/sys/boot/ia64/skiload/Makefile +++ b/sys/boot/ia64/skiload/Makefile @@ -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