diff options
Diffstat (limited to 'sysdeps/mach/hurd/i386/Makefile')
-rw-r--r-- | sysdeps/mach/hurd/i386/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/i386/Makefile b/sysdeps/mach/hurd/i386/Makefile index 938d3b046d..d3be5ef50e 100644 --- a/sysdeps/mach/hurd/i386/Makefile +++ b/sysdeps/mach/hurd/i386/Makefile @@ -14,3 +14,8 @@ shared-only-routines += divdi3 CPPFLAGS-divdi3.c = -Din_divdi3_c endif endif + +ifeq ($(subdir),conform) +# For bugs 23081, 23082, 23083, 23084, 23085, 23086. +conformtest-xfail-conds += i386-gnu +endif |