Turn on the math function stub stubs.

Submitted by:	Martin Blapp <mb@imp.ch>
I believe OK with:	peter
This commit is contained in:
David E. O'Brien 2002-06-02 17:49:08 +00:00
parent f11bd7f0f3
commit 228433f751
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97745

View File

@ -32,7 +32,7 @@ SRCS+= globals.cc limits.cc basic_file_stdio.cc complex_io.cc ios.cc \
valarray-inst.cc ext-inst.cc
# C parts of math
SRCS+= nan.c signbit.c signbitf.c signbitl.c # stubs.c
SRCS+= nan.c signbit.c signbitf.c signbitl.c stubs.c
# Embedded copy of libsupc++
SRCS+= del_op.cc del_opnt.cc del_opv.cc del_opvnt.cc \