From 9230582571ad6795f6e220afa4d89f44981c2814 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 12 Oct 1998 12:56:56 +0000 Subject: [PATCH] (CFLAGS-ioperm.c): New variable to prevent warnings from use of modern CPU instructions. --- sysdeps/unix/sysv/linux/alpha/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysdeps/unix/sysv/linux/alpha/Makefile b/sysdeps/unix/sysv/linux/alpha/Makefile index fbbc56e..e03c31e 100644 --- a/sysdeps/unix/sysv/linux/alpha/Makefile +++ b/sysdeps/unix/sysv/linux/alpha/Makefile @@ -12,4 +12,6 @@ sysdep_routines += ieee_get_fp_control ieee_set_fp_control \ sysdep_routines += osf_select osf_gettimeofday osf_settimeofday \ osf_getitimer osf_setitimer osf_utimes \ osf_getrusage osf_wait4 old_adjtimex + +CFLAGS-ioperm.c = -Wa,-mev6 endif -- 2.7.4