73c5e3dfcb
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2746 6952d904-891a-0410-993b-d76249ca496b
13 lines
670 B
Diff
13 lines
670 B
Diff
diff -Naurp klibc-1.1.orig/MCONFIG klibc-1.1/MCONFIG
|
|
--- klibc-1.1.orig/MCONFIG 2005-09-20 02:16:17 -0400
|
|
+++ klibc-1.1/MCONFIG 2005-09-20 02:16:57 -0400
|
|
@@ -33,7 +33,7 @@ KRNLOBJ = $(SRCROOT)/linux
|
|
KLIBCVER = -D__KLIBC__=$(shell cut -d. -f1 < $(SRCROOT)/version) \
|
|
-D__KLIBC_MINOR__=$(shell cut -d. -f2 < $(SRCROOT)/version)
|
|
|
|
-ARCH = $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/ -e s/parisc.*/parisc/)
|
|
+ARCH = $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/ -e s/parisc.*/parisc/ -e s/mips64/mips/)
|
|
CC = $(CROSS)gcc
|
|
LD = $(CROSS)ld
|
|
KLIBSRC = $(SRCROOT)/klibc
|