summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-aout/Makefile
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2005-01-11 06:15:19 +0000
committertrhodes <trhodes@FreeBSD.org>2005-01-11 06:15:19 +0000
commit8af8fbaa5847be92efb3b7a8a5ffab367878585d (patch)
tree421049efca411b909c72fb5535b78842417ccee3 /libexec/rtld-aout/Makefile
parent57e0fb88c0bbf37dd4599054eef80d2d6d8363cb (diff)
downloadFreeBSD-src-8af8fbaa5847be92efb3b7a8a5ffab367878585d.zip
FreeBSD-src-8af8fbaa5847be92efb3b7a8a5ffab367878585d.tar.gz
Remove a.out runtime linker. It doesn't build and was removed from the
build over two years ago by peter. The binary a.out version of ld.so can be obtained from misc/compat22 or src/lib/compat/compat22. Discussed on: -arch Voted yes: jhb, ru, linimon, delphij
Diffstat (limited to 'libexec/rtld-aout/Makefile')
-rw-r--r--libexec/rtld-aout/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/libexec/rtld-aout/Makefile b/libexec/rtld-aout/Makefile
deleted file mode 100644
index 9aa7d74..0000000
--- a/libexec/rtld-aout/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $FreeBSD$
-PROG= ld.so
-SRCS= mdprologue.S rtld.c shlib.c md.c support.c
-MAN= rtld.1aout
-# As there is relocation going on behind GCC's back, don't cache function addresses.
-PICFLAG=-fpic -fno-function-cse
-CFLAGS+=-I${.CURDIR} -I${.CURDIR}/${MACHINE_ARCH} ${PICFLAG} -DRTLD -Wall
-LDFLAGS+=-nostdlib -Wl,-Bshareable,-Bsymbolic,-assert,nosymbolic
-ASFLAGS+=-k
-DPADD+= ${LIBC:S/c.a/c_pic.a/} ${LIBC:S/c.a/gcc_pic.a/}
-LDADD+= -lc_pic -lgcc_pic
-INSTALLFLAGS= -C # -C to install as atomically as possible
-PRECIOUSPROG=
-MLINKS= rtld.1aout ld.so.1aout
-
-.PATH: ${.CURDIR}/${MACHINE_ARCH}
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud