- workaround vi's syntax highlighting
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 12 Dec 2006 17:01:26 +0000 (17:01 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 12 Dec 2006 17:01:26 +0000 (17:01 -0000)
toolchain/gcc/Makefile.in

index 235b86af8e7b936d6293adda67b8133bebfc419d..1dcfcba1294daef63dc7a8bd8a355fc99f7cf973 100644 (file)
@@ -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