From 52e3eee8b918742a58e8a50dcb064955725f08ce Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 12 Dec 2006 17:01:26 +0000 Subject: - workaround vi's syntax highlighting --- toolchain/gcc/Makefile.in | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'toolchain/gcc/Makefile.in') 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 -- cgit v1.2.3