diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-28 16:07:42 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-28 16:07:42 +0000 |
commit | 929df1f986330f51fd29a4b08b1c03d6fccfce76 (patch) | |
tree | 4090496eaed6c8a91a415dabae72c45f6d98ee0e /conf | |
parent | e0735226f7026f72e7f49128e22ca5418a66ad2c (diff) |
sharprom-compatible: prefer glibc 2.2.5 - close #1551
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/sharprom-compatible.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/distro/sharprom-compatible.conf b/conf/distro/sharprom-compatible.conf index 9d4fd4c338..7270e52484 100644 --- a/conf/distro/sharprom-compatible.conf +++ b/conf/distro/sharprom-compatible.conf @@ -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" |