From dd4d0b14e8f0d7d9c52bf3dc41db48e52eaf9c07 Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Thu, 29 Apr 2004 08:24:57 +0000 Subject: [PATCH] MFi386: revisions from 1.15 to 1.17. --- sys/boot/pc98/btx/btxldr/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/sys/boot/pc98/btx/btxldr/Makefile b/sys/boot/pc98/btx/btxldr/Makefile index 85b21e1527c..0cbed4974b7 100644 --- a/sys/boot/pc98/btx/btxldr/Makefile +++ b/sys/boot/pc98/btx/btxldr/Makefile @@ -1,10 +1,9 @@ # $FreeBSD$ -PROG= btxldr.out +PROG= btxldr INTERNALPROG= NOMAN= SRCS= btxldr.S -CLEANFILES= btxldr CFLAGS+=-DPC98 CFLAGS+=-DLOADER_ADDRESS=${LOADER_ADDRESS} @@ -13,11 +12,6 @@ CFLAGS+=-DLOADER_ADDRESS=${LOADER_ADDRESS} CFLAGS+=-DBTXLDR_VERBOSE .endif -all: btxldr - -LDFLAGS=-N -e start -Ttext ${LOADER_ADDRESS} - -btxldr: btxldr.out - objcopy -S -O binary btxldr.out ${.TARGET} +LDFLAGS=-N -e start -Ttext ${LOADER_ADDRESS} -Wl,-S,--oformat,binary .include