]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(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 fbbc56ecd345a9c2decc742978b757a7c01d3484..e03c31e446a5bda12b4ccbb81724b59847f69c92 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