projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c704c2f
)
gcc: Specify target languages the right way.
author
Christian Beier
<dontmind@freeshell.org>
Sun, 10 Aug 2014 17:37:28 +0000
(19:37 +0200)
committer
Christian Beier
<dontmind@freeshell.org>
Sun, 10 Aug 2014 17:37:28 +0000
(19:37 +0200)
There are no CONFIG_INSTALL_* vars in the SDK anymore.
Signed-off-by: Christian Beier <dontmind@freeshell.org>
devel/gcc/Makefile
patch
|
blob
|
history
diff --git
a/devel/gcc/Makefile
b/devel/gcc/Makefile
index 3048557264f483a6c3900f9eb062416adf12c844..b7828ba50a34eb1238d4e0ece6339b5b887a75cc 100644
(file)
--- a/
devel/gcc/Makefile
+++ b/
devel/gcc/Makefile
@@
-23,8
+23,7
@@
PKG_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/package.mk
-SEP:=,
-TARGET_LANGUAGES:="c$(if $(CONFIG_INSTALL_LIBSTDCPP),$(SEP)c++)$(if $(CONFIG_INSTALL_LIBGCJ),$(SEP)java)"
+TARGET_LANGUAGES:="c,c++"
define Package/gcc
SECTION:=devel