]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- for debugging purposes - it's easier to build x86_64 glibc than athlon on amd64
authoradasi <adasi@pld-linux.org>
Mon, 17 Nov 2003 10:28:15 +0000 (10:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glibc.spec -> 1.376

glibc.spec

index 95c1a451447c3fd56f9bbd8c76383eadab5611f7..cc4e1b568f40a9ce6241765bfce788102e0f41c6 100644 (file)
@@ -886,14 +886,14 @@ BuildGlibc() {
 }
 
 # Build main glibc
-BuildGlibc "%{_target_cpu}"
-
 %if %{with_biarch}
 %ifarch x86_64
 BuildGlibc "athlon"
 %endif
 %endif
 
+BuildGlibc "%{_target_cpu}"
+
 %install
 rm -rf $RPM_BUILD_ROOT
 basedir=$(pwd)
This page took 0.100659 seconds and 4 git commands to generate.