aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/glibc/glibc-2.2.5/glibc-2.2.5-crosstest.patch
blob: 4029bf4f2a55b69dddbe0a780b5527cc027392e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
#

--- glibc-2.2.5/dlfcn/Makefile~glibc-2.2.5-crosstest.patch	2004-09-03 19:00:33.000000000 -0500
+++ glibc-2.2.5/dlfcn/Makefile	2004-09-03 19:00:38.000000000 -0500
@@ -60,6 +60,8 @@
 test-modules = $(addprefix $(objpfx),$(addsuffix .so,$(modules-names)))
 $(test-modules): $(objpfx)%.so: $(objpfx)%.os
 	$(build-module)
+# without following rule, test-modules don't get built when cross-compiling
+tests: $(test-modules)
 
 $(objpfx)glrefmain: $(libdl)
 $(objpfx)glrefmain.out: $(objpfx)glrefmain \
--- glibc-2.2.5/elf/Makefile~glibc-2.2.5-crosstest.patch	2004-09-03 19:00:33.000000000 -0500
+++ glibc-2.2.5/elf/Makefile	2004-09-03 19:00:38.000000000 -0500
@@ -263,6 +263,9 @@
 test-modules = $(addprefix $(objpfx),$(addsuffix .so,$(strip $(modules-names))))
 generated += $(addsuffix .so,$(strip $(modules-names)))
 
+# without following rule, test-modules don't get built when cross-compiling
+tests: $(test-modules)
+
 ifeq (yes,$(build-shared))
 ifeq ($(cross-compiling),no)
 tests: $(objpfx)tst-pathopt.out