diff options
author | Doug Evans <dje@gnu.org> | 1996-04-24 00:01:50 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1996-04-24 00:01:50 +0000 |
commit | 9cf318b53e858a0364fd953b6336065f09ac1ac5 (patch) | |
tree | d1322130687071ea947b742278c9487e6677dc31 | |
parent | 5f4241d584de5cc88ad85c5d3497929435bbb69f (diff) | |
download | gcc-9cf318b53e858a0364fd953b6336065f09ac1ac5.zip gcc-9cf318b53e858a0364fd953b6336065f09ac1ac5.tar.gz gcc-9cf318b53e858a0364fd953b6336065f09ac1ac5.tar.bz2 |
* sparc/t-splet (TARGET_LIBGCC2_CFLAGS): Delete.
From-SVN: r11873
-rw-r--r-- | gcc/config/sparc/t-splet | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/sparc/t-splet b/gcc/config/sparc/t-splet index d036e09..0c4923d 100644 --- a/gcc/config/sparc/t-splet +++ b/gcc/config/sparc/t-splet @@ -4,9 +4,6 @@ CROSS_LIBGCC1 = libgcc1-asm.a LIB1ASMSRC = sparc/lb1spc.asm LIB1ASMFUNCS = _mulsi3 _divsi3 _modsi3 -# While we're developing, don't emit [su]mac insns. -TARGET_LIBGCC2_CFLAGS = -mcpu=v7 - # These are really part of libgcc1, but this will cause them to be # built correctly, so... |