diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1992-04-13 15:16:17 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1992-04-13 15:16:17 -0700 |
commit | 2defae7d7366b9515fdaca4c58f67b73d3436812 (patch) | |
tree | c4cc2ce7f46526f5572a80ae0ebd81459834ab2a | |
parent | cd0ec0d175eee798161ac17ad2bd8d9ca80bf03c (diff) | |
download | gcc-2defae7d7366b9515fdaca4c58f67b73d3436812.zip gcc-2defae7d7366b9515fdaca4c58f67b73d3436812.tar.gz gcc-2defae7d7366b9515fdaca4c58f67b73d3436812.tar.bz2 |
*** empty log message ***
From-SVN: r738
-rw-r--r-- | gcc/config/sparc/sparc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index 2578fda..9ca49af 100644 --- a/gcc/config/sparc/sparc.h +++ b/gcc/config/sparc/sparc.h @@ -26,7 +26,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*}" /* Special flags to the Sun-4 assembler when using pipe for input. */ |