X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=klibc%2Fklibc%2Farch%2Fmips%2FMCONFIG;h=0a98918987f7a0ab0a532d50864bdde1e5a8b1e3;hb=54eb6a122fc6d2d765b9f71f9b47d529c1acf30f;hp=52b518461fa85ee6fac7dcc5edf3d96771bfccb7;hpb=a41a0e28c2ba0abf99b5e7ea17645ae0e4f05758;p=elogind.git diff --git a/klibc/klibc/arch/mips/MCONFIG b/klibc/klibc/arch/mips/MCONFIG index 52b518461..0a9891898 100644 --- a/klibc/klibc/arch/mips/MCONFIG +++ b/klibc/klibc/arch/mips/MCONFIG @@ -7,12 +7,9 @@ # accordingly. # -ARCHREQFLAGS = -fno-pic -mno-abicalls -OPTFLAGS = -Os -fomit-frame-pointer +ARCHREQFLAGS = -fno-pic -mno-abicalls -G 0 +OPTFLAGS = -Os BITSIZE = 32 # Extra linkflags when building the shared version of the library -# This address needs to be reachable using normal inter-module -# calls, and work on the memory models for this architecture -# 2 MB -- the normal starting point for text is 4 MB. -SHAREDFLAGS = -Ttext 0x00200200 +SHAREDFLAGS = -T arch/$(ARCH)/klibc.ld