comparison src/s/cygwin.h @ 108074:39488fd097e8

Simplify STARTFILES definition. * s/hpux10-20.h (START_FILES): Explicitly define here instead of relying on Makefile.in to define it. * s/cygwin.h (START_FILES): Likewise. * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 23 Apr 2010 00:21:18 -0700
parents 9882f2fb5dab
children 783e1b7c827d
comparison
equal deleted inserted replaced
108073:577241984307 108074:39488fd097e8
138 /* Don't list system libs on link command line */ 138 /* Don't list system libs on link command line */
139 #define LIB_STANDARD 139 #define LIB_STANDARD
140 #define LIB_MATH 140 #define LIB_MATH
141 #define LIBS_DEBUG 141 #define LIBS_DEBUG
142 142
143 #define START_FILES ecrt0.o
144
143 /* the end */ 145 /* the end */
144 146
145 /* arch-tag: 5ae7ba00-83b0-4ab3-806a-3e845779191b 147 /* arch-tag: 5ae7ba00-83b0-4ab3-806a-3e845779191b
146 (do not change this comment) */ 148 (do not change this comment) */