Sign in
fuchsia
/
third_party
/
github.com
/
llvm
/
llvm-test-suite
/
refs/heads/main
/
.
/
SingleSource
/
Benchmarks
/
Shootout
/
Makefile
blob: be679fd4ddca50a88067415af120f90a2698c693 [
file
] [
log
] [
blame
] [
edit
]
LEVEL
=
../../..
LDFLAGS
+=
-
lm
CPPFLAGS
+=
-
Wno
-
error
=
incompatible
-
pointer
-
types
ifeq
(
$
(
ARCH
),
XCore
)
XCORE_TARGET_NEEDS_MEMORY
:=
256
endif
ifdef BENCHMARKING_ONLY
PROGRAMS_TO_SKIP
+=
hello
endif
include $
(
LEVEL
)/
SingleSource
/
Makefile
.
singlesrc