From 06d40287898bfd8fe73c55dd1425a8b54ea00742 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Fri, 11 Jul 2003 19:45:52 +0000 Subject: don't hardcode the default linker emulation type. ok drahn@ --- gnu/egcs/gcc/config/rs6000/openbsd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} \ -- cgit v1.2.3