diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-11-29 21:28:30 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-11-29 21:28:30 +0100 |
commit | beb449962d53005af62c8141effb0e0723e0b49d (patch) | |
tree | acb503377e968640ce19ce65da4aae2273229c79 /recipes/gcc/gcc-configure-common.inc | |
parent | 0249f685da226c36be2f472bcd2af9e4aa94a132 (diff) | |
parent | f32389464a0a74358d5b8f92f7dfbbda05aa0c0a (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/gcc/gcc-configure-common.inc')
-rw-r--r-- | recipes/gcc/gcc-configure-common.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/gcc/gcc-configure-common.inc b/recipes/gcc/gcc-configure-common.inc index efe8ee8787..8a96326b7d 100644 --- 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' |