summaryrefslogtreecommitdiffstats
path: root/lib/csu/amd64
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>2000-05-20 17:47:29 +0000
committerjdp <jdp@FreeBSD.org>2000-05-20 17:47:29 +0000
commitbbdd1c645c327b0e1e34eece029f38b3ac4142e0 (patch)
treea5e149e7461ab7fdfe2159ee30603f611fb1fa3b /lib/csu/amd64
parent9fe11200434b3702318640556d51608d4981ed59 (diff)
downloadFreeBSD-src-bbdd1c645c327b0e1e34eece029f38b3ac4142e0.zip
FreeBSD-src-bbdd1c645c327b0e1e34eece029f38b3ac4142e0.tar.gz
Take crtbegin.c and crtend.c from the new machine-independent
"common" sister directory.
Diffstat (limited to 'lib/csu/amd64')
-rw-r--r--lib/csu/amd64/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/csu/amd64/Makefile b/lib/csu/amd64/Makefile
index 50686fe..70e66b1 100644
--- a/lib/csu/amd64/Makefile
+++ b/lib/csu/amd64/Makefile
@@ -13,6 +13,8 @@ NOPIC= true
NOPROFILE= true
INTERNALLIB= true
+.PATH: ${.CURDIR}/../common
+
all: ${OBJS} ${SOBJS}
gcrt1.o: crt1.c
OpenPOWER on IntegriCloud