SPECS: uClibc.spec - -fgnu89-inline depending on gcc version

qboosh qboosh at pld-linux.org
Mon Mar 16 21:08:10 CET 2009


Author: qboosh                       Date: Mon Mar 16 20:08:10 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- -fgnu89-inline depending on gcc version

---- Files affected:
SPECS:
   uClibc.spec (1.179 -> 1.180) 

---- Diffs:

================================================================
Index: SPECS/uClibc.spec
diff -u SPECS/uClibc.spec:1.179 SPECS/uClibc.spec:1.180
--- SPECS/uClibc.spec:1.179	Sat Mar 14 12:40:30 2009
+++ SPECS/uClibc.spec	Mon Mar 16 21:08:05 2009
@@ -37,7 +37,9 @@
 ExclusiveArch:	alpha %{ix86} ppc sparc sparcv9 %{x8664}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%if "%{cc_version}" >= "4.2"
 %define		specflags	-fgnu89-inline
+%endif
 
 %define		uclibc_root	/usr/%{_target_cpu}-linux-uclibc
 
@@ -323,6 +325,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.180  2009/03/16 20:08:05  qboosh
+- -fgnu89-inline depending on gcc version
+
 Revision 1.179  2009/03/14 11:40:30  baggins
 - rel 2
 - removed hidden_defs from libm (ppc fails with them)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/uClibc.spec?r1=1.179&r2=1.180&f=u



More information about the pld-cvs-commit mailing list