]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Build with ports addon on alpha and armv5tel
authorAndreas Schwab <schwab@redhat.com>
Mon, 2 Aug 2010 11:32:18 +0000 (13:32 +0200)
committerAndreas Schwab <schwab@redhat.com>
Mon, 2 Aug 2010 11:32:18 +0000 (13:32 +0200)
fedora/glibc.spec.in

index 2244817d494f4b813028ab60a93e9e14d2a2638d..8f15b6a49878a5d9c4e70d79350386377799c3ba 100644 (file)
@@ -16,6 +16,7 @@
 %define rtkaioarches %{ix86} x86_64 ia64 ppc ppc64 s390 s390x
 %define debuginfocommonarches alpha alphaev6 sparc sparcv9 sparcv9v sparc64 sparc64v
 %define multiarcharches ppc ppc64 %{ix86} x86_64
+%define portsarches alpha armv5tel
 
 Summary: The GNU libc libraries
 Name: glibc
@@ -331,6 +332,9 @@ AddOns=`echo */configure | sed -e 's!/configure!!g;s!\(linuxthreads\|nptl\|rtkai
 %ifarch %{rtkaioarches}
 AddOns=,rtkaio$AddOns
 %endif
+%ifarch %{portsarches}
+AddOns=,../%{glibcportsdir}$AddOns
+%endif
 
 build_nptl()
 {