diff options
author | Richard Stallman <rms@gnu.org> | 1992-07-01 01:37:06 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-07-01 01:37:06 +0000 |
commit | 8c7303bea402701bcce01a94a8b2b204863f38b9 (patch) | |
tree | a217e766ee091d267b59bad8ef2a4a560c1833e8 /gcc | |
parent | bf428f483cb4e10f0be9b92f491dc34f13af0e9e (diff) | |
download | gcc-8c7303bea402701bcce01a94a8b2b204863f38b9.zip gcc-8c7303bea402701bcce01a94a8b2b204863f38b9.tar.gz gcc-8c7303bea402701bcce01a94a8b2b204863f38b9.tar.bz2 |
entered into RCS
From-SVN: r1364
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/rs6000/mach.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/mach.h b/gcc/config/rs6000/mach.h index 9eda979..f643bd1 100644 --- a/gcc/config/rs6000/mach.h +++ b/gcc/config/rs6000/mach.h @@ -29,7 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Define different binder options for MACH. */ #undef LINK_SPEC #define LINK_SPEC \ - "-T0x10000000 -D0x20000000 -K -e __start \ + "-T0x10000000 -D0x20000000 -K %{!nostdlib:%{!r*:%{!e*:-e __start}}} \ -bnoso -berrmsg -btextro -bhalt:4 -bnodelcsect" /* MACH doesn't have atexit. */ |