]> git.pld-linux.org Git - packages/dietlibc.git/commitdiff
- more fixes but still NYF.
authorkloczek <kloczek@pld-linux.org>
Wed, 4 Apr 2001 21:46:39 +0000 (21:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dietlibc.spec -> 1.3

dietlibc.spec

index 72b0553fca4c9fb37d2328775eef74af4f6bd735..9a948634a4e83128ebc4178c7b3c74d6923c8723 100644 (file)
@@ -31,7 +31,8 @@ Small libc for building embedded applications.
 
 %build
 # Override normal cflags with optimization for size
-%{__make} "CFLAGS=-nostdinc -march=i586 -fomit-frame-pointer -Os -I%{_libdir}/gcc-lib/i586-mandrake-linux/2.96/include"
+%{__make} CFLAGS="%{!?debug:$RPM_OPT_FLAGS -Os -fomit-frame-pointer }%{?debug:-O0 -g} \
+       -nostdinc -I%{_libdir}/gcc-lib/%{_host_alias}/2.95.3/include"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.037037 seconds and 4 git commands to generate.