mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 07:18:30 +00:00
Work around QEMU bugs
This commit is contained in:
parent
f7780de24b
commit
f590e96abd
4 changed files with 12 additions and 6 deletions
|
@ -44,6 +44,7 @@ TEST_LIBC_INTRIN_DIRECTDEPS = \
|
|||
TOOL_VIZ_LIB \
|
||||
THIRD_PARTY_COMPILER_RT \
|
||||
THIRD_PARTY_NSYNC \
|
||||
THIRD_PARTY_OPENMP \
|
||||
THIRD_PARTY_XED
|
||||
|
||||
TEST_LIBC_INTRIN_DEPS := \
|
||||
|
@ -76,6 +77,10 @@ $(TEST_LIBC_INTRIN_OBJS): private \
|
|||
CFLAGS += \
|
||||
-fno-builtin
|
||||
|
||||
$(TEST_LIBC_INTRIN_OBJS): private \
|
||||
CXXFLAGS += \
|
||||
-fopenmp
|
||||
|
||||
.PHONY: o/$(MODE)/test/libc/intrin
|
||||
o/$(MODE)/test/libc/intrin: \
|
||||
$(TEST_LIBC_INTRIN_BINS) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue