git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4673d2
)
gcc-configure-common.inc: remove objc from the list of supported languages for nylon
author
Martin Dietze
<herbert@spamcop.net>
Sun, 29 Nov 2009 20:09:48 +0000
(21:09 +0100)
committer
Martin Dietze
<herbert@spamcop.net>
Sun, 29 Nov 2009 20:09:48 +0000
(21:09 +0100)
* on nylon there is no need for objc support, thus removed this language from the list for nylon
recipes/gcc/gcc-configure-common.inc
patch
|
blob
|
history
diff --git
a/recipes/gcc/gcc-configure-common.inc
b/recipes/gcc/gcc-configure-common.inc
index
efe8ee8
..
8a96326
100644
(file)
--- a/
recipes/gcc/gcc-configure-common.inc
+++ b/
recipes/gcc/gcc-configure-common.inc
@@
-12,6
+12,7
@@
JAVA_sh3 ?= ""
OBJC_linux-uclibceabi ?= ""
OBJC_linux-uclibc ?= ""
OBJC_avr ?= ""
+OBJC_nylon ?= ""
OBJC ?= ",objc"
# gcc 3.x expects 'f77', 4.0 expects 'f95', 4.1 and 4.2 expect 'fortran'