]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- use -march when building for i[3456]86 | athlon
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 16 Nov 2003 20:37:06 +0000 (20:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glibc.spec -> 1.373

glibc.spec

index a1389ec733ebc61714d1d3a529b2152395925cca..f424c2bac62888b7cdd4f275f21cf4d93178a951 100644 (file)
@@ -824,6 +824,7 @@ BuildGlibc() {
                if [ "`uname -m`" = "x86_64" -o "`uname -m`" = "amd64" ]; then
                        BuildCC="$BuildCC -m32"
                fi
+               BuildCCFlags="-march=${arch}"
                ;;
        sparc64)
                BuildCC="$BuildCC -m64"
This page took 0.047093 seconds and 4 git commands to generate.