sharprom-compatible: prefer glibc 2.2.5 - close #1551
authorMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 28 Nov 2006 16:07:42 +0000 (16:07 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 28 Nov 2006 16:07:42 +0000 (16:07 +0000)
conf/distro/sharprom-compatible.conf

index 9d4fd4c..7270e52 100644 (file)
@@ -4,6 +4,7 @@
 #@MENTOR: None
 #@REQUIREMENTS: A prebuilt SharpROM Embedix Toolchain in /usr/local/arm/2.95.3
 #@REQUIREMENTS: Rename arm-linux-gcc|g++ to arm-linux-gcc-2.95 and rename arm-linux-ld to arm-linux-ld-2.11.2.
+#@REQUIREMENTS: /usr/local/arm/2.95.3/bin must be in your path, like "export PATH=$PATH:/usr/local/arm/2.95.3/bin/"
 
 INHERIT += " package_ipk debian"
 
@@ -17,7 +18,7 @@ TARGET_CC_ARCH = "-march=armv4"
 FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -O2"
 OEINCLUDELOGS = "yes"
 KERNEL_CONSOLE = "tty1"
-# prebuilt toolchain doesn't now about -isystem
+# prebuilt toolchain doesn't know about -isystem
 export BUILD_CPPFLAGS = "-I${STAGING_DIR}/${BUILD_SYS}/include"
 export TARGET_CPPFLAGS = "-I${STAGING_DIR}/${TARGET_SYS}/include"
 #DEBUG_OPTIMIZATION = "-O -g3"
@@ -38,6 +39,8 @@ PREFERRED_PROVIDER_virtual/arm-linux-gcc = "sharprom-toolchain-native"
 PREFERRED_PROVIDER_virtual/linux-libc-headers = "sharprom-toolchain-native"
 PREFERRED_PROVIDER_virtual/arm-linux-gcc-initial = "sharprom-toolchain-native"
 
+PREFERRED_VERSION_glibc = "2.2.5"
+
 IPKGBUILDCMD = "ipkg-build -c -o 0 -g 0"
 #INHIBIT_PACKAGE_STRIP = "1"