]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- added boot64 bcond
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 26 Dec 2005 18:59:32 +0000 (18:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glibc.spec -> 1.583.2.65

glibc.spec

index 5ecc86a6be541aa5b48f7318e071ed886d14e4cb..8860fb6252e27c509d326975f7220c52919e40a1 100644 (file)
@@ -16,6 +16,7 @@
 %bcond_with    tests_nptl      # perform NPTL tests on dual build (requires 2.6.x kernel)
 %bcond_without localedb        # don't build localedb-all (is time consuming)
 %bcond_with    cross           # build using crossgcc (without libgcc_eh)
+%bcond_with    boot64          # bootstrap *64 using cross* (sparc64 currently)
 %bcond_with    pax             # apply PaX hack
 #
 # TODO:
 %ifarch sparc64
 %undefine      with_memusage
 %endif
+%if %{with boot64}
+%define                with_cross      1
+%ifarch sparc64
+%define                __cc    sparc64-pld-linux-gcc
+%endif
+%endif
 
 %if %{with linuxthreads} && %{with nptl}
 %define                with_dual       1
@@ -78,7 +85,7 @@ Summary(tr):  GNU libc
 Summary(uk):   GNU libc ×ÅÒÓ¦§ 2.3
 Name:          glibc
 Version:       2.3.6
-Release:       3
+Release:       2.9
 Epoch:         6
 License:       LGPL
 Group:         Libraries
This page took 0.428956 seconds and 4 git commands to generate.