diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-08-24 21:36:18 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-08-24 21:36:18 +0000 |
commit | 6c01049fc44110600dc2cbadc87545e7edc0b65a (patch) | |
tree | a11199cae63dd7028fda01943d258f7018ad4d47 /gcc/config/i386/linux.h | |
parent | e28216256a809638dfa20a3ef5cd2e892fb47bc0 (diff) | |
download | gcc-6c01049fc44110600dc2cbadc87545e7edc0b65a.tar.gz |
(STARTFILE_SPEC): Add %{static:-static}.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7968 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/linux.h')
-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 91c5b10fee6..466d88392b3 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 |