summaryrefslogtreecommitdiffstats
path: root/recipes-core/icedtea
diff options
context:
space:
mode:
authorSteffen Sledz <sledz@dresearch-fe.de>2012-10-05 16:55:16 +0200
committerHenning Heinold <heinold@inf.fu-berlin.de>2012-11-09 12:15:59 +0100
commitccce5dba8224a5d7fc801dc4fcfd76eb080210da (patch)
tree82ad7034a4abdffb779dc5f9a87cc33697093b81 /recipes-core/icedtea
parent99bd206eb1c8ca285e676886a7d6329b40ae4c66 (diff)
downloadmeta-java-ccce5dba8224a5d7fc801dc4fcfd76eb080210da.tar.gz
icedtea6-native: fix build problem
Fix problem with unknown gcc command line option '-mimpure-text' which is an Solaris 2 only option (according to the man page). Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
Diffstat (limited to 'recipes-core/icedtea')
-rw-r--r--recipes-core/icedtea/icedtea6-native.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-core/icedtea/icedtea6-native.inc b/recipes-core/icedtea/icedtea6-native.inc
index 1414ac3..df1be9c 100644
--- a/recipes-core/icedtea/icedtea6-native.inc
+++ b/recipes-core/icedtea/icedtea6-native.inc
@@ -97,6 +97,7 @@ do_configure_append() {
97 -e"s|\$(COMPILER_PATH)gcc\$(GCC_SUFFIX)|${CC}|" \ 97 -e"s|\$(COMPILER_PATH)gcc\$(GCC_SUFFIX)|${CC}|" \
98 -e"s|\$(COMPILER_PATH)gcc\$(GCC_SUFFIX) -E|${CPP}|" \ 98 -e"s|\$(COMPILER_PATH)gcc\$(GCC_SUFFIX) -E|${CPP}|" \
99 -e"s|\$(COMPILER_PATH)g++\$(GCC_SUFFIX)|${CXX}|" \ 99 -e"s|\$(COMPILER_PATH)g++\$(GCC_SUFFIX)|${CXX}|" \
100 -e"s|-mimpure-text||" \
100 $F 101 $F
101 done 102 done
102 103