diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-04-16 10:10:51 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-04-16 10:10:51 -0400 |
commit | a4ec6e2a101d9cbaab3f19d3b9cf14d8847458be (patch) | |
tree | 2383da7bfc45e4b2fc055d98c1d990427994e5ed /gcc | |
parent | bdf3e90e9536788b770247ebd64cc1c5d66fd5ed (diff) | |
download | gcc-a4ec6e2a101d9cbaab3f19d3b9cf14d8847458be.zip gcc-a4ec6e2a101d9cbaab3f19d3b9cf14d8847458be.tar.gz gcc-a4ec6e2a101d9cbaab3f19d3b9cf14d8847458be.tar.bz2 |
(ENDFILE_SPEC): Add missing `%s'.
From-SVN: r11811
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/svr4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/svr4.h b/gcc/config/svr4.h index 70728fd..2cbaf1d 100644 --- a/gcc/config/svr4.h +++ b/gcc/config/svr4.h @@ -132,7 +132,7 @@ Boston, MA 02111-1307, USA. which is either `gcrtn.o' or `crtn.o'. */ #undef ENDFILE_SPEC -#define ENDFILE_SPEC "crtend.o%s %{pg:gcrtn.o}%{!pg:crtn.o%s}" +#define ENDFILE_SPEC "crtend.o%s %{pg:gcrtn.o%s}%{!pg:crtn.o%s}" /* Provide a LINK_SPEC appropriate for svr4. Here we provide support for the special GCC options -static, -shared, and -symbolic which |