mirror of git://sourceware.org/git/glibc.git
(CFLAGS-ioperm.c): New variable to prevent warnings from use of modern CPU
instructions.
This commit is contained in:
parent
86ffa1b43a
commit
9230582571
|
@ -12,4 +12,6 @@ sysdep_routines += ieee_get_fp_control ieee_set_fp_control \
|
||||||
sysdep_routines += osf_select osf_gettimeofday osf_settimeofday \
|
sysdep_routines += osf_select osf_gettimeofday osf_settimeofday \
|
||||||
osf_getitimer osf_setitimer osf_utimes \
|
osf_getitimer osf_setitimer osf_utimes \
|
||||||
osf_getrusage osf_wait4 old_adjtimex
|
osf_getrusage osf_wait4 old_adjtimex
|
||||||
|
|
||||||
|
CFLAGS-ioperm.c = -Wa,-mev6
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue