diff options
author | Jakub Jelinek <jakub@redhat.com> | 2002-09-12 15:40:01 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2002-09-12 15:40:01 +0200 |
commit | 13c0bc206158d370f4a9396c2970650575aa4acf (patch) | |
tree | 6435a983c6533d70f0d60ff375ced4ab158be7b5 /gcc/config | |
parent | 0a3bdf9da7e192fe6ca56c7b2110fdf407cd529e (diff) | |
download | gcc-13c0bc206158d370f4a9396c2970650575aa4acf.tar.gz |
* config/sparc/linux64.h (STARTFILE_SPEC32): Fix a typo.
From-SVN: r57061
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/sparc/linux64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sparc/linux64.h b/gcc/config/sparc/linux64.h index 5bc1994d573..a70cd24a3b2 100644 --- a/gcc/config/sparc/linux64.h +++ b/gcc/config/sparc/linux64.h @@ -57,7 +57,7 @@ Boston, MA 02111-1307, USA. */ #define STARTFILE_SPEC32 \ "%{!shared: \ - %{pg:/usr/lib/gcrt1.o%s} %{!pg:%{/usr/lib/p:gcrt1.o%s} %{!p:/usr/lib/crt1.o%s}}}\ + %{pg:/usr/lib/gcrt1.o%s} %{!pg:%{p:/usr/lib/gcrt1.o%s} %{!p:/usr/lib/crt1.o%s}}}\ /usr/lib/crti.o%s %{static:crtbeginT.o%s}\ %{!static:%{!shared:crtbegin.o%s} %{shared:crtbeginS.o%s}}" |