diff options
author | Andreas Schwab <schwab@suse.de> | 2001-03-07 18:04:19 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2001-03-07 18:04:19 +0000 |
commit | 42253fcdbd493ce85777c327080a8f3ca32e97c5 (patch) | |
tree | 222d011832bb5e5e529c698e04f835149f8d07c7 /sysdeps/ia64/fpu | |
parent | 3897dbb660adc87bf15dd32599e7bcfb39e0bf88 (diff) | |
download | glibc-42253fcdbd493ce85777c327080a8f3ca32e97c5.tar.gz glibc-42253fcdbd493ce85777c327080a8f3ca32e97c5.tar.xz glibc-42253fcdbd493ce85777c327080a8f3ca32e97c5.zip |
* sysdeps/ia64/fpu/Makefile: Modify sysdep_routines instead of
routines, and sysdep-CPPFLAGS instead of CPPFLAGS.
Diffstat (limited to 'sysdeps/ia64/fpu')
-rw-r--r-- | sysdeps/ia64/fpu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/ia64/fpu/Makefile b/sysdeps/ia64/fpu/Makefile index dee9ba78c7..922b68b0cd 100644 --- a/sysdeps/ia64/fpu/Makefile +++ b/sysdeps/ia64/fpu/Makefile @@ -4,6 +4,6 @@ libm-sysdep_routines += libm_atan2_reg s_matherrf s_matherrl libm_reduce \ $(calls) $(calls:=f) $(long-c-$(long-double-fcts)) \ libm_frexp4 libm_frexp4f libm_frexp4l -routines += libm_frexp4 libm_frexp4f libm_frexp4l libc_libm_error -CPPFLAGS += -DSIZE_INT_32 +sysdep_routines += libm_frexp4 libm_frexp4f libm_frexp4l libc_libm_error +sysdep-CPPFLAGS += -DSIZE_INT_32 endif |