diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-08-24 17:36:18 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-08-24 17:36:18 -0400 |
commit | dc5627bf6ac58adb9f1ec1e42813f40338fa7ec8 (patch) | |
tree | a11199cae63dd7028fda01943d258f7018ad4d47 | |
parent | cc2394a432a9fa17043ce76e9c0888a09a621403 (diff) | |
download | gcc-dc5627bf6ac58adb9f1ec1e42813f40338fa7ec8.zip gcc-dc5627bf6ac58adb9f1ec1e42813f40338fa7ec8.tar.gz gcc-dc5627bf6ac58adb9f1ec1e42813f40338fa7ec8.tar.bz2 |
(STARTFILE_SPEC): Add %{static:-static}.
From-SVN: r7968
-rw-r--r-- | gcc/config/i386/linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/linux.h b/gcc/config/i386/linux.h index 91c5b10..466d883 100644 --- a/gcc/config/i386/linux.h +++ b/gcc/config/i386/linux.h @@ -77,7 +77,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ %{!p:%{!pg:%{!g*:-lc} %{g*:-lg}}}" #undef STARTFILE_SPEC -#define STARTFILE_SPEC "%{pg:gcrt0.o%s} %{!pg:%{p:gcrt0.o%s} %{!p:crt0.o%s}}" +#define STARTFILE_SPEC "%{pg:gcrt0.o%s} %{!pg:%{p:gcrt0.o%s} %{!p:crt0.o%s}} %{static:-static}" /* There are conflicting reports about whether this system uses |