Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/conf Make it possible for Makefile.${MACHINE}.i...



details:   https://anonhg.NetBSD.org/src/rev/dbcb10633cf2
branches:  trunk
changeset: 517090:dbcb10633cf2
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Nov 06 19:52:21 2001 +0000

description:
Make it possible for Makefile.${MACHINE}.inc to provide extra
stuff at the end of SYSTEM_LD_TAIL.

diffstat:

 sys/arch/arm/conf/Makefile.arm |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r f7fa6d5e8702 -r dbcb10633cf2 sys/arch/arm/conf/Makefile.arm
--- a/sys/arch/arm/conf/Makefile.arm    Tue Nov 06 16:32:33 2001 +0000
+++ b/sys/arch/arm/conf/Makefile.arm    Tue Nov 06 19:52:21 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.arm,v 1.10 2001/10/26 06:45:35 jmc Exp $
+#      $NetBSD: Makefile.arm,v 1.11 2001/11/06 19:52:21 thorpej Exp $
 
 # Makefile for NetBSD
 #
@@ -128,6 +128,11 @@
 LINKFLAGS+=    -X
 .endif
 
+.if defined(SYSTEM_LD_TAIL_EXTRA)
+SYSTEM_LD_TAIL+=; \
+               ${SYSTEM_LD_TAIL_EXTRA}
+.endif
+
 %LOAD
 
 assym.h: $S/kern/genassym.sh ${ARM}/arm32/genassym.cf



Home | Main Index | Thread Index | Old Index