summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2003-07-11 19:45:52 +0000
committerBrad Smith <brad@cvs.openbsd.org>2003-07-11 19:45:52 +0000
commit06d40287898bfd8fe73c55dd1425a8b54ea00742 (patch)
tree6b2933a8bf4e9f6bb791d8f4ae207979d4b9b0a9
parent827386ee0cb03639c69b5448bf0d441c8e6c824f (diff)
don't hardcode the default linker emulation type.
ok drahn@
-rw-r--r--gnu/egcs/gcc/config/rs6000/openbsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/egcs/gcc/config/rs6000/openbsd.h b/gnu/egcs/gcc/config/rs6000/openbsd.h
index 4e34ca5afcd..ec34255ab8e 100644
--- a/gnu/egcs/gcc/config/rs6000/openbsd.h
+++ b/gnu/egcs/gcc/config/rs6000/openbsd.h
@@ -39,7 +39,7 @@ Boston, MA 02111-1307, USA. */
#define LINKER_NAME "ld"
#undef LINK_SPEC
-#define LINK_SPEC "-m elf32ppc %{shared:-shared} \
+#define LINK_SPEC "%{shared:-shared} \
%{!shared: \
%{!static: \
%{rdynamic:-export-dynamic} \