]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
gcc: Fix typo on armv7hl configuration condition.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 6 Feb 2012 02:05:05 +0000 (21:05 -0500)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 6 Feb 2012 02:05:05 +0000 (21:05 -0500)
gcc/gcc.nm

index 845ad5434e6ba3da0844967bc5452dbfc958597c..05e33c1eae8afc8b5b012226e26b8b5737b0eaa1 100644 (file)
@@ -8,7 +8,7 @@ build_cloog_ppl = 1
 
 name       = gcc
 version    = 4.6.2
-release    = 11
+release    = 12
 
 maintainer = Michael Tremer <michael.tremer@ipfire.org>
 groups     = Development/Compilers
@@ -93,7 +93,7 @@ build
                configure_options += --with-float=soft
        end
 
-       if "${DISTRO_ARCH}" == "armv7hl"
+       if "%{DISTRO_ARCH}" == "armv7hl"
                make_bootstrap = bootstrap
 
                configure_options += --disable-sjlj-exceptions