From: Ulrich Drepper Date: Thu, 11 Sep 1997 03:13:30 +0000 (+0000) Subject: Kill setjmp_aux. X-Git-Tag: glibc-2.16-ports-before-merge~3422 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1f9be5843e31f2c07f8f8e12bdbe5a62023adf6d;p=thirdparty%2Fglibc.git Kill setjmp_aux. --- diff --git a/sysdeps/alpha/Makefile b/sysdeps/alpha/Makefile index 5fe8e4ee7f9..6cf4a173a64 100644 --- a/sysdeps/alpha/Makefile +++ b/sysdeps/alpha/Makefile @@ -21,10 +21,6 @@ ifeq ($(subdir),gmon) sysdep_routines += _mcount endif -ifeq ($(subdir),setjmp) -sysdep_routines += setjmp_aux -endif - ifeq ($(subdir),gnulib) sysdep_routines += $(divrem) endif @@ -45,6 +41,6 @@ endif divrem := divl divq reml remq -# For now, build everything with full IEEE math support. +# For now, build everything with full IEEE math support. # TODO: build separate libm and libm-ieee. sysdep-CFLAGS += -mieee