More cris tweaks - need to specify the start address slightly differently

diff --git a/klibc/arch/cris/MCONFIG b/klibc/arch/cris/MCONFIG
index 6181576..1f68e29 100644
--- a/klibc/arch/cris/MCONFIG
+++ b/klibc/arch/cris/MCONFIG
@@ -13,8 +13,9 @@
 # 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
-# 1008 MB - normal binaries start at 0
-SHAREDFLAGS     = -Ttext 0x3f000200
+# 224 MB - normal binaries start at 0
+# (lib?)gcc on cris seems to insist on producing .init and .fini sections
+SHAREDFLAGS     = --section-start .init=0x0e000100
 
 # How to tell the linker main() is the entrypoint
 EMAIN		:= -e _main