diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1992-04-13 15:35:46 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1992-04-13 15:35:46 -0700 |
commit | 645894f812a62450d9a44bda7a66a7a8e099f390 (patch) | |
tree | 90053bd649aba3454b602832c924c677c82efc03 /gcc | |
parent | d6c667b45ad50ef492ec7e7010bba716a6650cb7 (diff) | |
download | gcc-645894f812a62450d9a44bda7a66a7a8e099f390.zip gcc-645894f812a62450d9a44bda7a66a7a8e099f390.tar.gz gcc-645894f812a62450d9a44bda7a66a7a8e099f390.tar.bz2 |
entered into RCS
From-SVN: r740
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/m68k/sun3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/sun3.h b/gcc/config/m68k/sun3.h index f7bb5f2..2e78399 100644 --- a/gcc/config/m68k/sun3.h +++ b/gcc/config/m68k/sun3.h @@ -148,7 +148,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Provide required defaults for linker -e and -d switches. */ #define LINK_SPEC \ - "%{nostdlib:%{!e*:-e start}} -dc -dp %{static:-Bstatic} %{assert*}" + "%{!nostdlib:%{!e*:-e start}} -dc -dp %{static:-Bstatic} %{assert*}" /* Every structure or union's size must be a multiple of 2 bytes. */ |