diff src/s/hpux10-20.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 9e4618c4ed12
children a1271a8f377e
line wrap: on
line diff
--- a/src/s/hpux10-20.h	Fri Apr 23 00:00:38 2010 -0700
+++ b/src/s/hpux10-20.h	Fri Apr 23 00:21:18 2010 -0700
@@ -175,6 +175,8 @@
 
 #define NO_REMAP
 
+#define START_FILES pre-crt0.o /lib/crt0.o
+
 /* Define VIRT_ADDR_VARIES if the virtual addresses of
    pure and impure space as loaded can vary, and even their
    relative order cannot be relied on.