diff options
author | Roland McGrath <roland@gnu.org> | 1994-08-16 00:35:22 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-08-16 00:35:22 +0000 |
commit | 4a3fb4cb93106f054fb6884186886bf1d6e2468e (patch) | |
tree | be465ef2462e19936a8607309336efb12e0cb732 /sysdeps/vax/Makefile | |
parent | 2a1ec466abbce0fdef4cce1a35464f67e4ff73dc (diff) | |
download | glibc-4a3fb4cb93106f054fb6884186886bf1d6e2468e.tar glibc-4a3fb4cb93106f054fb6884186886bf1d6e2468e.tar.gz glibc-4a3fb4cb93106f054fb6884186886bf1d6e2468e.tar.bz2 glibc-4a3fb4cb93106f054fb6884186886bf1d6e2468e.zip |
(elided-routines): New variable (append to it).
(aux, routines): Don't set these.
(sysdep_routines): Append things here instead.
Diffstat (limited to 'sysdeps/vax/Makefile')
-rw-r--r-- | sysdeps/vax/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sysdeps/vax/Makefile b/sysdeps/vax/Makefile index bcdd94ead4..a6149a9524 100644 --- a/sysdeps/vax/Makefile +++ b/sysdeps/vax/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991 Free Software Foundation, Inc. +# Copyright (C) 1991, 1994 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -19,13 +19,12 @@ ifeq ($(subdir),math) ifndef math-twiddled -routines:= $(filter-out acos asin cos sin ceil rint hypot \ - __copysign __scalb __drem __logb __finite,$(routines))\ - asincos sincos -aux := $(aux) argred support exp__E log__L +elided-routines := $(elided-routines) acos asin cos sin ceil rint hypot \ + __copysign __scalb __drem __logb __finite +sysdep_routines := $(sysdep_routines) asincos sincos argred \ + support exp__E log__L math-twiddled := t - endif bsdmath_dirs := $(bsdmath_dirs) vax |