Gold linker support for entire source tree

This commit is contained in:
Anton Kuijsten
2013-06-11 22:51:02 +02:00
committed by sambuc
parent 3d257f8073
commit 1d71e39b73
36 changed files with 4653 additions and 12 deletions
+4
View File
@@ -121,6 +121,10 @@ KERN_AS= library
.include "${S}/lib/libkern/Makefile.inc"
LIBKERN= ${KERNLIB}
.else
# When using gold linker, specify the linker script
GOLDLINKERSCRIPT?= ${LDS_N}
# use MINIX minc
LIBKERN= ${DESTDIR}/usr/lib/libminc.a
.endif
@@ -126,6 +126,10 @@ KERN_AS= library
.include "${S}/lib/libkern/Makefile.inc"
LIBKERN= ${KERNLIB}
.else
# When using gold linker, specify the linker script
GOLDLINKERSCRIPT?= ${LDS_N}
# use MINIX minc
LIBKERN= ${DESTDIR}/usr/lib/libminc.a
.endif