Gold linker support for entire source tree

This commit is contained in:
Anton Kuijsten
2013-06-11 19:08:05 +00:00
committed by Lionel Sambuc
parent 3d257f8073
commit 1d71e39b73
36 changed files with 4653 additions and 12 deletions

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

View File

@@ -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