diff options
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/icedtea/icedtea6-native.inc | 1 |
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 | ||