[oe-commits] org.oe.dev gcc 4.1.1: make $JAVA and $FORTRAN actually have an effect on $LANGUAGES

koen commit openembedded-commits at lists.openembedded.org
Thu Nov 9 15:26:38 UTC 2006


gcc 4.1.1: make $JAVA and $FORTRAN actually have an effect on $LANGUAGES

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: fa33212259d3560df37f96b6f67954807659b438
ViewMTN: http://monotone.openembedded.org/revision.psp?id=fa33212259d3560df37f96b6f67954807659b438
Files:
1
packages/gcc/gcc_4.1.1.bb
Diffs:

#
# mt diff -r103ed846c0cc0a85b2a7570bc984ed3a93c2bb42 -rfa33212259d3560df37f96b6f67954807659b438
#
# 
# 
# patch "packages/gcc/gcc_4.1.1.bb"
#  from [f41bf1850f8d362da38d3e6c39f40c298f702316]
#    to [49c39b65842c9294e0e2471f66be277cf5e1830e]
# 
============================================================
--- packages/gcc/gcc_4.1.1.bb	f41bf1850f8d362da38d3e6c39f40c298f702316
+++ packages/gcc/gcc_4.1.1.bb	49c39b65842c9294e0e2471f66be277cf5e1830e
@@ -34,6 +34,7 @@ SRC_URI_append_fail-fast = " file://zeck
 SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 "
 
 #Set the fortran bits
+# 'fortran' or '', not 'f77' like gcc3 had 
 FORTRAN = "" 
 HAS_GFORTRAN = "no"
 HAS_G2C = "no"
@@ -41,7 +42,7 @@ JAVA_arm = ""  
 #Set the java bits
 JAVA_arm = ""  
 
-LANGUAGES = "c,c++"
+LANGUAGES = "c,c++${FORTRAN}${JAVA}"
 require gcc3-build.inc
 
 






More information about the Openembedded-commits mailing list