diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/gcc/gcc/config/rs6000/openbsd.h | 3 | ||||
-rw-r--r-- | gnu/gcc/gcc/config/rs6000/sysv4.h | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gnu/gcc/gcc/config/rs6000/openbsd.h b/gnu/gcc/gcc/config/rs6000/openbsd.h index 25e92a18bec..36b433ade16 100644 --- a/gnu/gcc/gcc/config/rs6000/openbsd.h +++ b/gnu/gcc/gcc/config/rs6000/openbsd.h @@ -75,6 +75,9 @@ Boston, MA 02111-1307, USA. */ #undef STARTFILE_DEFAULT_SPEC #define STARTFILE_DEFAULT_SPEC "%(startfile_openbsd)" +#undef CRTSAVRES_DEFAULT_SPEC +#define CRTSAVRES_DEFAULT_SPEC "" + #undef ENDFILE_DEFAULT_SPEC #define ENDFILE_DEFAULT_SPEC "%(endfile_openbsd)" diff --git a/gnu/gcc/gcc/config/rs6000/sysv4.h b/gnu/gcc/gcc/config/rs6000/sysv4.h index 0adde2bc8be..457497b5a0a 100644 --- a/gnu/gcc/gcc/config/rs6000/sysv4.h +++ b/gnu/gcc/gcc/config/rs6000/sysv4.h @@ -787,7 +787,7 @@ extern int fixuplabelno; mcall-linux : crtsavres.o%s %(endfile_linux) ; \ mcall-gnu : crtsavres.o%s %(endfile_gnu) ; \ mcall-netbsd : crtsavres.o%s %(endfile_netbsd) ; \ - mcall-openbsd: crtsavres.o%s %(endfile_openbsd) ; \ + mcall-openbsd: %(endfile_openbsd) ; \ : %(crtsavres_default) %(endfile_default) }" #define CRTSAVRES_DEFAULT_SPEC "crtsavres.o%s" |