[oe-commits] org.oe.dev Disable building objc for uclibc targets.

khem commit oe at amethyst.openembedded.net
Mon Sep 1 18:16:42 UTC 2008


Disable building objc for uclibc targets. 

Right now it does not build for uclibc. If that it fixed then we can enable it.
Till then it stays.

Author: khem at openembedded.org
Branch: org.openembedded.dev
Revision: aef741b1824eca7ec044982aec93d7e5233f55de
ViewMTN: http://monotone.openembedded.org/revision/info/aef741b1824eca7ec044982aec93d7e5233f55de
Files:
1
packages/gcc/gcc-configure-common.inc
Diffs:

#
# mt diff -raee64e2825fc156d9e028f1ad01f7241cc964fea -raef741b1824eca7ec044982aec93d7e5233f55de
#
#
#
# patch "packages/gcc/gcc-configure-common.inc"
#  from [25915b9362f47697289ee2936469e63ae7ce9ebe]
#    to [6a009baf06cdeed62d1ae068c65ac8646be509f9]
#
============================================================
--- packages/gcc/gcc-configure-common.inc	25915b9362f47697289ee2936469e63ae7ce9ebe
+++ packages/gcc/gcc-configure-common.inc	6a009baf06cdeed62d1ae068c65ac8646be509f9
@@ -9,10 +9,14 @@ JAVA_sh3 ?= ""
 JAVA_armeb ?= ""
 JAVA_mipsel ?= ""
 JAVA_sh3 ?= ""
+OBJC_linux-uclibcgnueabi ?= ""
+OBJC_linux-uclibc ?= ""
+OBJC_avr ?= ""
+OBJC ?= ",objc"
+
 # gcc 3.x expects 'f77', 4.0 expects 'f95', 4.1 and 4.2 expect 'fortran'
 FORTRAN ?= ",f77"
-LANGUAGES ?= "c,objc,c++${FORTRAN}${JAVA}"
-LANGUAGES_avr32 = "c,c++${FORTRAN}${JAVA}"
+LANGUAGES ?= "c,c++${OBJC}${FORTRAN}${JAVA}"
 
 EXTRA_OECONF_BASE ?= ""
 EXTRA_OECONF_PATHS ?= ""






More information about the Openembedded-commits mailing list