[klibc] [mips] fix path of linker script

Martin Michlmayr tbm at cyrius.com
Sun Jan 8 10:59:32 PST 2006


The path of the linker script on mips is not correct:

tbm at raq2:~/tmp/src/klibc-1.1.14$ make
  KLIBCLD klibc/libc.so
ld: cannot open linker script file arch/mips/klibc.ld: No such file or directory


diff -urN klibc-1.1.16~/klibc/arch/mips/MCONFIG klibc-1.1.16/klibc/arch/mips/MCONFIG
--- klibc-1.1.16~/klibc/arch/mips/MCONFIG	2006-01-06 06:11:43.000000000 +0000
+++ klibc-1.1.16/klibc/arch/mips/MCONFIG	2006-01-08 16:35:58.000000000 +0000
@@ -12,4 +12,4 @@
 BITSIZE      = 32
 
 # Extra linkflags when building the shared version of the library
-SHAREDFLAGS	= -T arch/$(ARCH)/klibc.ld
+SHAREDFLAGS	= -T klibc/arch/$(ARCH)/klibc.ld

-- 
Martin Michlmayr
http://www.cyrius.com/



More information about the klibc mailing list