diff options
author | Ulrich Drepper <drepper@redhat.com> | 1996-11-06 04:24:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1996-11-06 04:24:11 +0000 |
commit | 60c74cf07a65a55e8937392f269bdb895b2e6f8d (patch) | |
tree | 13eb655ad82c7707a3594ea2d697dc2af4f89642 /sysdeps/alpha/Makefile | |
parent | cbb7824d085626bf901805035ce5170f16147a96 (diff) | |
download | glibc-60c74cf07a65a55e8937392f269bdb895b2e6f8d.tar glibc-60c74cf07a65a55e8937392f269bdb895b2e6f8d.tar.gz glibc-60c74cf07a65a55e8937392f269bdb895b2e6f8d.tar.bz2 glibc-60c74cf07a65a55e8937392f269bdb895b2e6f8d.zip |
update from main archive 961105
Diffstat (limited to 'sysdeps/alpha/Makefile')
-rw-r--r-- | sysdeps/alpha/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/alpha/Makefile b/sysdeps/alpha/Makefile index 45babb6c1c..6d4fbbb18b 100644 --- a/sysdeps/alpha/Makefile +++ b/sysdeps/alpha/Makefile @@ -42,4 +42,4 @@ ifeq ($(subdir),elf) sysdep-CFLAGS += -mno-fp-regs endif -divrem := divl divlu divq divqu reml remlu remq remqu +divrem := divl divq reml remq |