diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1992-03-03 15:38:12 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1992-03-03 15:38:12 -0500 |
commit | bb0959be018a5470b36197757b9ecf4eacbca9e1 (patch) | |
tree | 93b2574a84fcad24d3a8f2aaad9ec5962bf03ea5 | |
parent | 6cac1ab0524c41971f7675bec4bb719362924c44 (diff) | |
download | gcc-bb0959be018a5470b36197757b9ecf4eacbca9e1.zip gcc-bb0959be018a5470b36197757b9ecf4eacbca9e1.tar.gz gcc-bb0959be018a5470b36197757b9ecf4eacbca9e1.tar.bz2 |
entered into RCS
From-SVN: r385
-rw-r--r-- | gcc/config/m68k/sun2o4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/sun2o4.h b/gcc/config/m68k/sun2o4.h index 3b8e010..c30a1cc 100644 --- a/gcc/config/m68k/sun2o4.h +++ b/gcc/config/m68k/sun2o4.h @@ -92,7 +92,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #endif #undef LINK_SPEC -#define LINK_SPEC "%{!e*:-e start} -dc -dp %{g:-Bstatic} %{static:-Bstatic}" +#define LINK_SPEC "%{!e*:-e start} -dc -dp %{static:-Bstatic}" #undef ASM_OUTPUT_DOUBLE #define ASM_OUTPUT_DOUBLE(FILE,VALUE) \ |