summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Makefile.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-12-12 17:01:26 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-12-12 17:01:26 +0000
commit52e3eee8b918742a58e8a50dcb064955725f08ce (patch)
tree6e9f656a2c2c21c671ff6be893add1c4cefee1bd /toolchain/gcc/Makefile.in
parent51dd2d4a8b3c695f9261d79a4d7e7586c1857a2f (diff)
- workaround vi's syntax highlighting
Diffstat (limited to 'toolchain/gcc/Makefile.in')
-rw-r--r--toolchain/gcc/Makefile.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/toolchain/gcc/Makefile.in b/toolchain/gcc/Makefile.in
index 235b86af8..1dcfcba12 100644
--- a/toolchain/gcc/Makefile.in
+++ b/toolchain/gcc/Makefile.in
@@ -5,17 +5,19 @@
# the top level.
GCC_VERSION:=$(strip $(subst ",, $(BR2_GCC_VERSION)))
-#"
+#"))
TARGET_OPTIMIZATION:=$(strip $(subst ",, $(BR2_TARGET_OPTIMIZATION)))
-#"
+#"))
EXTRA_GCC_CONFIG_OPTIONS:=$(strip $(subst ",, $(BR2_EXTRA_GCC_CONFIG_OPTIONS)))
-#"
+#"))
ifeq ($(strip $(subst ",, $(BR2_GCC_IS_SNAP))),y)
+#"))
GCC_SNAP_DATE:=$(strip $(subst ",, $(BR2_GCC_SNAP_DATE)))
+#"))
else
GCC_SNAP_DATE:=
endif
-
+#")))
ifeq ($(strip $(BR2_GCC_USE_SJLJ_EXCEPTIONS)),y)
GCC_USE_SJLJ_EXCEPTIONS:=--enable-sjlj-exceptions