diff options
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 |