summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>2000-12-24 14:58:34 +0000
committerkato <kato@FreeBSD.org>2000-12-24 14:58:34 +0000
commited5e105bd8af6a04f7b3b914771caf49bd8c200f (patch)
tree082551c75dc40e38a43b712a0fb2c8ca7c13ae6a /Makefile.inc1
parentc02a1810a6fff0bb706d4b3fea6b7d62ebbdba04 (diff)
downloadFreeBSD-src-ed5e105bd8af6a04f7b3b914771caf49bd8c200f.zip
FreeBSD-src-ed5e105bd8af6a04f7b3b914771caf49bd8c200f.tar.gz
Removed pc98-hack of aout tools.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc111
1 files changed, 1 insertions, 10 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 4f1a740..6b5565f 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -203,10 +203,6 @@ IMAKE= ${IMAKEENV} ${MAKE} -f Makefile.inc1
USRDIRS= usr/bin usr/lib/compat/aout usr/games usr/libdata/ldscripts \
usr/libexec/${OBJFORMAT} usr/sbin usr/share/misc
-.if ${MACHINE_ARCH} == "i386" && ${MACHINE} == "pc98"
-USRDIRS+= usr/libexec/aout
-.endif
-
INCDIRS= arpa g++/std objc protocols readline rpc rpcsvc openssl \
security ss
@@ -590,17 +586,12 @@ _elf2exe= usr.sbin/elf2exe
_btxld= usr.sbin/btxld
.endif
-# XXX - MACHINE should actually be TARGET. But we don't set that...
-.if ${TARGET_ARCH} == "i386" && ${MACHINE} == "pc98"
-_aout_tools= usr.bin/size usr.bin/strip gnu/usr.bin/as gnu/usr.bin/ld
-.endif
-
.if !defined(NOPERL)
_perl= gnu/usr.bin/perl/libperl gnu/usr.bin/perl/miniperl
.endif
cross-tools:
-.for _tool in ${_aout_tools} ${_btxld} ${_elf2exe} ${_perl} usr.bin/genassym \
+.for _tool in ${_btxld} ${_elf2exe} ${_perl} usr.bin/genassym \
usr.bin/gensetdefs gnu/usr.bin/binutils usr.bin/objformat gnu/usr.bin/cc
cd ${.CURDIR}/${_tool}; \
${MAKE} obj; \
OpenPOWER on IntegriCloud