mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 03:42:22 +08:00
* Makefile.in (check): Add missing "else true" clause.
* emulparams/vax.sh (OUTPUT_FORMAT): Use "a.out". * scripttempl/go32coff.sc: Changes from DJ Delorie: Change default entry point to "start". Align at end of each section to 0x200. Start .text section 0x1000 later. Add _etext, _edata, _end symbols.
This commit is contained in:
@ -509,7 +509,8 @@ check: site.exp
|
||||
EXPECT=${EXPECT} ; export EXPECT ; \
|
||||
if [ -f $$r/../expect/expect ] ; then \
|
||||
TCL_LIBRARY=$${srcroot}/../tcl/library ; \
|
||||
export TCL_LIBRARY ; fi ; \
|
||||
export TCL_LIBRARY ; \
|
||||
else true ; fi ; \
|
||||
$(RUNTEST) --tool ld --srcdir $(srcdir)/testsuite $(RUNTESTFLAGS) \
|
||||
CC="$(CC_FOR_TARGET)" CFLAGS="$(CFLAGS)" \
|
||||
CXX="$(CXX_FOR_TARGET)" CXXFLAGS="$(CXXFLAGS)"
|
||||
|
Reference in New Issue
Block a user