summaryrefslogtreecommitdiffstats
path: root/lib/csu/alpha/Makefile
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>2000-05-23 04:53:24 +0000
committerjdp <jdp@FreeBSD.org>2000-05-23 04:53:24 +0000
commitd00f222c77a8ab0c3c81f9d60defbbec4eb69be7 (patch)
treed3942d9c398e2718554e9dc5fbc58d7e1d31b23a /lib/csu/alpha/Makefile
parentec23d41308a03fcfb21454dd47fc5407a799c458 (diff)
downloadFreeBSD-src-d00f222c77a8ab0c3c81f9d60defbbec4eb69be7.zip
FreeBSD-src-d00f222c77a8ab0c3c81f9d60defbbec4eb69be7.tar.gz
Use the new machine-independent versions of crtbegin and crtend
from the "common" directory. As a side-effect, this also fixes a bug in the ordering of global constructors and destructors on the Alpha. See revision 1.3 of "../common/crtbegin.c" for details.
Diffstat (limited to 'lib/csu/alpha/Makefile')
-rw-r--r--lib/csu/alpha/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/csu/alpha/Makefile b/lib/csu/alpha/Makefile
index ffd5350..d215568 100644
--- a/lib/csu/alpha/Makefile
+++ b/lib/csu/alpha/Makefile
@@ -12,6 +12,8 @@ NOPIC= true
NOPROFILE= true
INTERNALLIB= true
+.PATH: ${.CURDIR}/../common
+
all: ${OBJS} ${SOBJS}
gcrt1.o: crt1.c
OpenPOWER on IntegriCloud