diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2003-07-11 19:45:52 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2003-07-11 19:45:52 +0000 |
commit | 06d40287898bfd8fe73c55dd1425a8b54ea00742 (patch) | |
tree | 6b2933a8bf4e9f6bb791d8f4ae207979d4b9b0a9 | |
parent | 827386ee0cb03639c69b5448bf0d441c8e6c824f (diff) |
don't hardcode the default linker emulation type.
ok drahn@
-rw-r--r-- | gnu/egcs/gcc/config/rs6000/openbsd.h | 2 |
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} \ |