* 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:
Ken Raeburn
1994-11-04 00:39:49 +00:00
parent 0cb42d6f8e
commit 0128cbae50
3 changed files with 21 additions and 7 deletions

View File

@ -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)"