summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/mach.h
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1995-06-12 19:00:48 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1995-06-12 19:00:48 +0000
commit6c9af7e3d72949f5a6081e4142e4d68ba0ff0726 (patch)
tree93470dc9ff52040dbbadb683c1178b2595a0ca10 /gcc/config/rs6000/mach.h
parent4a73e55a5a7c037c18e95df6bbd1c6bc4d6fac32 (diff)
downloadgcc-6c9af7e3d72949f5a6081e4142e4d68ba0ff0726.tar.gz
Undo patch of May 24. Don't pass "-e start" if -nostdlib again.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9931 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/mach.h')
-rw-r--r--gcc/config/rs6000/mach.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/mach.h b/gcc/config/rs6000/mach.h
index 667054a3571..81a2efc5c53 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 %{!nostartfiles:%{!r*:%{!e*:-e __start}}} \
+ "-T0x10000000 -D0x20000000 -K %{!nostdlib:%{!r*:%{!e*:-e __start}}} \
-bnoso -berrmsg -btextro -bhalt:4 -bnodelcsect"
/* MACH doesn't have atexit. */