diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-06-17 21:22:27 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-06-17 21:22:27 +0000 |
commit | 4f77b9d4735d57eb5056e91a1c4ac4ca3f8492b6 (patch) | |
tree | 200c107505c89b83f4877dc5bfd80d9bb39fa2f0 /gnu/egcs | |
parent | 9d87db8165c2afe3a9f2da12c18bea0c25576501 (diff) |
Update to 990608 snapshot.
Highlights:
- official fix for an alpha bug,
- cpp changes semantic slightly,
- valarray in libstdc++.
Diffstat (limited to 'gnu/egcs')
-rw-r--r-- | gnu/egcs/gcc/config/rs6000/linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/egcs/gcc/config/rs6000/linux.h b/gnu/egcs/gcc/config/rs6000/linux.h index 13e3df2b44c..c2a04fa85b1 100644 --- a/gnu/egcs/gcc/config/rs6000/linux.h +++ b/gnu/egcs/gcc/config/rs6000/linux.h @@ -36,7 +36,7 @@ Boston, MA 02111-1307, USA. */ #define CPP_OS_DEFAULT_SPEC "%(cpp_os_linux)" #undef LINK_SPEC -#define LINK_SPEC "-m elf32ppc %{G*} %{shared:-shared} \ +#define LINK_SPEC "-m elf32ppclinux %{G*} %{shared:-shared} \ %{!shared: \ %{!static: \ %{rdynamic:-export-dynamic} \ |