mirror of git://sourceware.org/git/glibc.git
Don't run tests when cross-compiling
This commit is contained in:
parent
48df16de98
commit
6d5c57fabd
|
|
@ -1,3 +1,8 @@
|
||||||
|
2012-04-28 Andreas Schwab <schwab@linux-m68k.org>
|
||||||
|
|
||||||
|
* elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
|
||||||
|
($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
|
||||||
|
|
||||||
2012-04-28 Joseph Myers <joseph@codesourcery.com>
|
2012-04-28 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* conform/conformtest.pl: Remove duplicate typed-constant
|
* conform/conformtest.pl: Remove duplicate typed-constant
|
||||||
|
|
|
||||||
|
|
@ -156,7 +156,9 @@ tests += tst-audit6 tst-audit7
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(cross-compiling),no)
|
||||||
tests: $(objpfx)tst-leaks1-mem $(objpfx)noload-mem
|
tests: $(objpfx)tst-leaks1-mem $(objpfx)noload-mem
|
||||||
|
endif
|
||||||
tlsmod17a-suffixes = 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
tlsmod17a-suffixes = 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
||||||
tlsmod18a-suffixes = 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
tlsmod18a-suffixes = 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
||||||
tlsmod17a-modules = $(addprefix tst-tlsmod17a, $(tlsmod17a-suffixes))
|
tlsmod17a-modules = $(addprefix tst-tlsmod17a, $(tlsmod17a-suffixes))
|
||||||
|
|
@ -1119,7 +1121,9 @@ $(objpfx)tst-relsort1mod2.so: $(libm)
|
||||||
$(objpfx)tst-relsort1.out: $(objpfx)tst-relsort1mod1.so \
|
$(objpfx)tst-relsort1.out: $(objpfx)tst-relsort1mod1.so \
|
||||||
$(objpfx)tst-relsort1mod2.so
|
$(objpfx)tst-relsort1mod2.so
|
||||||
|
|
||||||
|
ifeq ($(cross-compiling),no)
|
||||||
tests: $(objpfx)tst-unused-dep.out
|
tests: $(objpfx)tst-unused-dep.out
|
||||||
|
endif
|
||||||
|
|
||||||
$(objpfx)tst-unused-dep.out: $(objpfx)testobj1.so
|
$(objpfx)tst-unused-dep.out: $(objpfx)testobj1.so
|
||||||
LD_TRACE_LOADED_OBJECTS=1 \
|
LD_TRACE_LOADED_OBJECTS=1 \
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,8 @@
|
||||||
|
2012-04-28 Andreas Schwab <schwab@linux-m68k.org>
|
||||||
|
|
||||||
|
* Makefile ($(objpfx)tst-stack3-mem, $(objpfx)tst-tls6.out): Don't
|
||||||
|
run when cross-compiling.
|
||||||
|
|
||||||
2012-04-26 Siddhesh Poyarekar <siddhesh@redhat.com>
|
2012-04-26 Siddhesh Poyarekar <siddhesh@redhat.com>
|
||||||
|
|
||||||
* sysdeps/pthread/unwind-forcedunwind.c: Include gnu/lib-names.h
|
* sysdeps/pthread/unwind-forcedunwind.c: Include gnu/lib-names.h
|
||||||
|
|
|
||||||
|
|
@ -438,7 +438,9 @@ LDFLAGS-tst-atfork2 = -rdynamic
|
||||||
tst-atfork2-ENV = MALLOC_TRACE=$(objpfx)tst-atfork2.mtrace
|
tst-atfork2-ENV = MALLOC_TRACE=$(objpfx)tst-atfork2.mtrace
|
||||||
$(objpfx)tst-atfork2mod.so: $(shared-thread-library)
|
$(objpfx)tst-atfork2mod.so: $(shared-thread-library)
|
||||||
|
|
||||||
|
ifeq ($(cross-compiling),no)
|
||||||
tests: $(objpfx)tst-stack3-mem
|
tests: $(objpfx)tst-stack3-mem
|
||||||
|
endif
|
||||||
tst-stack3-ENV = MALLOC_TRACE=$(objpfx)tst-stack3.mtrace
|
tst-stack3-ENV = MALLOC_TRACE=$(objpfx)tst-stack3.mtrace
|
||||||
$(objpfx)tst-stack3-mem: $(objpfx)tst-stack3.out
|
$(objpfx)tst-stack3-mem: $(objpfx)tst-stack3.out
|
||||||
$(common-objpfx)malloc/mtrace $(objpfx)tst-stack3.mtrace > $@
|
$(common-objpfx)malloc/mtrace $(objpfx)tst-stack3.mtrace > $@
|
||||||
|
|
@ -459,7 +461,9 @@ $(objpfx)tst-tls5: $(objpfx)tst-tls5mod.so $(shared-thread-library)
|
||||||
LDFLAGS-tst-tls5mod.so = -Wl,-soname,tst-tls5mod.so
|
LDFLAGS-tst-tls5mod.so = -Wl,-soname,tst-tls5mod.so
|
||||||
|
|
||||||
ifeq ($(build-shared),yes)
|
ifeq ($(build-shared),yes)
|
||||||
|
ifeq ($(cross-compiling),no)
|
||||||
tests: $(objpfx)tst-tls6.out
|
tests: $(objpfx)tst-tls6.out
|
||||||
|
endif
|
||||||
$(objpfx)tst-tls6.out: tst-tls6.sh $(objpfx)tst-tls5 \
|
$(objpfx)tst-tls6.out: tst-tls6.sh $(objpfx)tst-tls5 \
|
||||||
$(objpfx)tst-tls5moda.so $(objpfx)tst-tls5modb.so \
|
$(objpfx)tst-tls5moda.so $(objpfx)tst-tls5modb.so \
|
||||||
$(objpfx)tst-tls5modc.so $(objpfx)tst-tls5modd.so \
|
$(objpfx)tst-tls5modc.so $(objpfx)tst-tls5modd.so \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue