]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - gcc/gcc.nm
Add a -debuginfo for every package that is not noarch.
[ipfire-3.x.git] / gcc / gcc.nm
index 94cb575dd60c620788ba44ba08f014bc3d02351c..8fd265ac806760e76a123c8d85a68dfe65e431f9 100644 (file)
@@ -4,13 +4,11 @@
 ###############################################################################
 
 # Configure build to compile with cloog and ppl.
-# XXX THIS PACKAGE DOES CURRENTLY NOT BUILD WITH CLOOG AND PPL WHICH
-# NEEDS TO BE FIXED SOON.
-build_cloog_ppl = 0
+build_cloog_ppl = 1
 
 name       = gcc
 version    = 4.6.2
-release    = 2
+release    = 3
 
 maintainer = Michael Tremer <michael.tremer@ipfire.org>
 groups     = Development/Compilers
@@ -79,6 +77,10 @@ build
                configure_options = --with-arch=%{DISTRO_ARCH} --with-tune=generic
        end
 
+       if "%{DISTRO_ARCH}" == "armv5tel"
+               configure_options += --with-float=soft
+       end
+
        if "%{build_cloog_ppl}" == "1"
                configure_options += --with-cloog --with-ppl
        end
@@ -292,4 +294,8 @@ packages
                        /usr/lib/libquadmath*.so
                end
        end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
 end