mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 04:49:54 +08:00
* Makefile.in (check): Don't bother running any tests of
cross-linker until the test suite no longer assumes native mode.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Fri Jan 28 12:58:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
|
||||||
|
|
||||||
|
* Makefile.in (check): Don't bother running any tests of
|
||||||
|
cross-linker until the test suite no longer assumes native mode.
|
||||||
|
|
||||||
Thu Jan 27 17:19:54 1994 Steve Chamberlain (sac@jonny.cygnus.com)
|
Thu Jan 27 17:19:54 1994 Steve Chamberlain (sac@jonny.cygnus.com)
|
||||||
|
|
||||||
* ldlang.c (print_one_symbol, print_input_section): Print
|
* ldlang.c (print_one_symbol, print_input_section): Print
|
||||||
|
@ -424,10 +424,15 @@ site.exp: ./config.status Makefile
|
|||||||
-@rm -f ./tmp?
|
-@rm -f ./tmp?
|
||||||
|
|
||||||
check: ld.new site.exp
|
check: ld.new site.exp
|
||||||
|
@if [ $(host_canonical) = $(target_canonical) ]; then \
|
||||||
$(RUNTEST) --tool ld \
|
$(RUNTEST) --tool ld \
|
||||||
--srcdir $(srcdir)/testsuite $(RUNTESTFLAGS) \
|
--srcdir $(srcdir)/testsuite $(RUNTESTFLAGS) \
|
||||||
CC="$(RUNTEST_CC)" CFLAGS="$(RUNTEST_CFLAGS)" \
|
CC="$(RUNTEST_CC)" CFLAGS="$(RUNTEST_CFLAGS)" \
|
||||||
CXX="$(RUNTEST_CXX)" CXXFLAGS="$(RUNTEST_CXXFLAGS)"
|
CXX="$(RUNTEST_CXX)" CXXFLAGS="$(RUNTEST_CXXFLAGS)" ;\
|
||||||
|
if [ $$? != 0 ]; then exit 1; else true; fi ;\
|
||||||
|
else \
|
||||||
|
echo No cross-linker tests yet. ;\
|
||||||
|
fi
|
||||||
|
|
||||||
installcheck:
|
installcheck:
|
||||||
.PHONY: check installcheck
|
.PHONY: check installcheck
|
||||||
|
Reference in New Issue
Block a user