diff options
-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} \ |