* Committed, cris/aout.h: Undef ENDFILE_SPEC.
@ 2003-03-09 1:55 Hans-Peter Nilsson
0 siblings, 0 replies; only message in thread
From: Hans-Peter Nilsson @ 2003-03-09 1:55 UTC (permalink / raw)
To: gcc-patches
The inherited "crtend.o%s" from cris.h is wrong for a.out; it has no
such file. Needed on 3.3 and 3.2 branches too; will commit after I
get cris-axis-aout to build there.
* config/cris/aout.h (ENDFILE_SPEC): Undef.
Index: config/cris/aout.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/cris/aout.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -p -c -r1.9 -r1.10
*** config/cris/aout.h 9 Mar 2003 01:20:03 -0000 1.9
--- config/cris/aout.h 9 Mar 2003 01:46:26 -0000 1.10
*************** Boston, MA 02111-1307, USA. */
*** 48,53 ****
--- 48,56 ----
%{!sim:%{pg:gcrt0.o%s}\
%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}}}}"
+ /* Override cris.h define. */
+ #undef ENDFILE_SPEC
+
/* Which library to get. The only difference from the default is to get
libsc.a if -sim is given to the driver. Repeat -lc -lsysX
{X=sim,linux}, because libsysX needs (at least) errno from libc, and
brgds, H-P
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-03-09 1:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-09 1:55 Committed, cris/aout.h: Undef ENDFILE_SPEC Hans-Peter Nilsson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).