]> sourceware.org Git - glibc.git/commitdiff
Kill setjmp_aux.
authorUlrich Drepper <drepper@redhat.com>
Thu, 11 Sep 1997 03:13:30 +0000 (03:13 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 11 Sep 1997 03:13:30 +0000 (03:13 +0000)
sysdeps/alpha/Makefile

index 5fe8e4ee7f998e9e80cfce6146a0be7d13120154..6cf4a173a645380be68457dbf4514404d3e5508a 100644 (file)
@@ -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
This page took 0.042929 seconds and 5 git commands to generate.