remove GCC2 support

This commit is contained in:
mrg 2006-06-02 19:47:15 +00:00
parent da78757b0f
commit e69cf86f15
1 changed files with 1 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.21 2006/04/07 19:38:58 mrg Exp $
# $NetBSD: Makefile.inc,v 1.22 2006/06/02 19:47:15 mrg Exp $
SRCS+= setjmp.S _setjmp.S sigsetjmp.S
@ -20,13 +20,6 @@ SRCS+= signbitf_ieee754.c signbitd_ieee754.c
SRCS+= nanf.c
# In gcc3 dynamic world these functions must be ".hidden" in libgcc*.a,
# as they are gcc "millicode" with different calling conventions.
.if ${HAVE_GCC} == "2"
SRCS+= ashiftrt.S ashlsi3.S ashrsi3.S lshrsi3.S movstr.S movstr_i4.S \
movstrSI.S mulsi3.S sdivsi3.S udivsi3.S
.endif
KMSRCS+= ashiftrt.S ashlsi3.S ashrsi3.S lshrsi3.S movstr.S movstr_i4.S \
movstrSI.S mulsi3.S sdivsi3.S udivsi3.S