(CFLAGS-ioperm.c): New variable to prevent warnings from use of modern CPU

instructions.
This commit is contained in:
Ulrich Drepper 1998-10-12 12:56:56 +00:00
parent 86ffa1b43a
commit 9230582571
1 changed files with 2 additions and 0 deletions

View 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