]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/glibc/glibc-2.2.5/glibc-2.2.5-crosstest.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / glibc / glibc-2.2.5 / glibc-2.2.5-crosstest.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- glibc-2.2.5/dlfcn/Makefile~glibc-2.2.5-crosstest.patch      2004-09-03 19:00:33.000000000 -0500
7 +++ glibc-2.2.5/dlfcn/Makefile  2004-09-03 19:00:38.000000000 -0500
8 @@ -60,6 +60,8 @@
9  test-modules = $(addprefix $(objpfx),$(addsuffix .so,$(modules-names)))
10  $(test-modules): $(objpfx)%.so: $(objpfx)%.os
11         $(build-module)
12 +# without following rule, test-modules don't get built when cross-compiling
13 +tests: $(test-modules)
14  
15  $(objpfx)glrefmain: $(libdl)
16  $(objpfx)glrefmain.out: $(objpfx)glrefmain \
17 --- glibc-2.2.5/elf/Makefile~glibc-2.2.5-crosstest.patch        2004-09-03 19:00:33.000000000 -0500
18 +++ glibc-2.2.5/elf/Makefile    2004-09-03 19:00:38.000000000 -0500
19 @@ -263,6 +263,9 @@
20  test-modules = $(addprefix $(objpfx),$(addsuffix .so,$(strip $(modules-names))))
21  generated += $(addsuffix .so,$(strip $(modules-names)))
22  
23 +# without following rule, test-modules don't get built when cross-compiling
24 +tests: $(test-modules)
25 +
26  ifeq (yes,$(build-shared))
27  ifeq ($(cross-compiling),no)
28  tests: $(objpfx)tst-pathopt.out