(CFLAGS-ioperm.c): New variable to prevent warnings from use of modern CPU
authorUlrich Drepper <drepper@redhat.com>
Mon, 12 Oct 1998 12:56:56 +0000 (12:56 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 12 Oct 1998 12:56:56 +0000 (12:56 +0000)
instructions.

sysdeps/unix/sysv/linux/alpha/Makefile

index fbbc56e..e03c31e 100644 (file)
@@ -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