]> git.pld-linux.org Git - packages/uClibc.git/commitdiff
- added pentium3/i386 to TARGET_ARCH
authorAndrzej Augustynowicz <andrzej@augustynowicz.eu.org>
Wed, 3 Mar 2004 21:15:11 +0000 (21:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    uClibc.spec -> 1.87

uClibc.spec

index 3a3ae4831017aa770622fed0e82188d115ee43f8..9cbc3021bf27248fd3fdd78ad64bdf8eff96defc 100644 (file)
@@ -30,7 +30,7 @@ ExclusiveArch:        alpha %{ix86} ppc sparc sparc64
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # note: the 2nd '\' is needed (some shell expansions?)
-%define                TARGET_ARCH     %(echo %{_target_cpu} | sed -e 's/i.86\\|athlon/i386/;s/ppc/powerpc/')
+%define                TARGET_ARCH     %(echo %{_target_cpu} | sed -e 's/i.86\\|athlon\\|pentium3/i386/;s/ppc/powerpc/')
 
 %description
 Small libc for building embedded applications.
This page took 0.118831 seconds and 4 git commands to generate.