SPECS: uClibc.spec - pass -fgnu89-inline to trim warning flood. - ...

pluto pluto at pld-linux.org
Mon Jun 4 19:06:47 CEST 2007


Author: pluto                        Date: Mon Jun  4 17:06:47 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pass -fgnu89-inline to trim warning flood.
- pass DOSTRIP != y to produce -debuginfo.

---- Files affected:
SPECS:
   uClibc.spec (1.146 -> 1.147) 

---- Diffs:

================================================================
Index: SPECS/uClibc.spec
diff -u SPECS/uClibc.spec:1.146 SPECS/uClibc.spec:1.147
--- SPECS/uClibc.spec:1.146	Mon Jun  4 08:07:36 2007
+++ SPECS/uClibc.spec	Mon Jun  4 19:06:42 2007
@@ -28,6 +28,8 @@
 # note: the 2nd '\' is needed (some shell expansions?)
 %define		TARGET_ARCH	%(echo %{_target_cpu} | sed -e 's/i.86\\|athlon\\|pentium./i386/;s/ppc/powerpc/;s/amd64\\|ia32e/x86_64/')
 
+%define		specflags	-fgnu89-inline
+
 %description
 Small libc for building embedded applications.
 
@@ -118,6 +120,7 @@
 	HOSTCC="%{__cc}" \
 	HOSTCFLAGS="%{rpmcflags} %{rpmldflags}" \
 	OPTIMIZATION="%{rpmcflags} -Os" \
+	DOSTRIP=n \
 	CC="%{__cc}"
 
 %install
@@ -197,6 +200,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.147  2007/06/04 17:06:42  pluto
+- pass -fgnu89-inline to trim warning flood.
+- pass DOSTRIP != y to produce -debuginfo.
+
 Revision 1.146  2007/06/04 06:07:36  arekm
 - rel 4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/uClibc.spec?r1=1.146&r2=1.147&f=u



More information about the pld-cvs-commit mailing list