SPECS (AC-branch): glibc.spec - added boot64 bcond

qboosh qboosh at pld-linux.org
Mon Dec 26 19:59:37 CET 2005


Author: qboosh                       Date: Mon Dec 26 18:59:37 2005 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- added boot64 bcond

---- Files affected:
SPECS:
   glibc.spec (1.583.2.64 -> 1.583.2.65) 

---- Diffs:

================================================================
Index: SPECS/glibc.spec
diff -u SPECS/glibc.spec:1.583.2.64 SPECS/glibc.spec:1.583.2.65
--- SPECS/glibc.spec:1.583.2.64	Mon Dec 26 18:34:36 2005
+++ SPECS/glibc.spec	Mon Dec 26 19:59:32 2005
@@ -17,6 +17,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:
@@ -61,6 +62,12 @@
 %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
@@ -79,7 +86,7 @@
 Summary(uk):	GNU libc ×ĹŇÓŚ§ 2.3
 Name:		glibc
 Version:	2.3.6
-Release:	3
+Release:	2.9
 Epoch:		6
 License:	LGPL
 Group:		Libraries
@@ -1718,6 +1725,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.583.2.65  2005/12/26 18:59:32  qboosh
+- added boot64 bcond
+
 Revision 1.583.2.64  2005/12/26 17:34:36  qboosh
 - merged from HEAD: man-pages update, ctype-compat,sparc-mman.h patches
 - it builds using gcc 4.1, removed BR gcc <= 5:4.1
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/glibc.spec?r1=1.583.2.64&r2=1.583.2.65&f=u



More information about the pld-cvs-commit mailing list