aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorgrischka <grischka>2013-02-06 19:01:07 +0100
committergrischka <grischka>2013-02-06 19:01:07 +0100
commit7a477d70cabe15fa66fd0f32fab5e95841a500e5 (patch)
tree93e20aacb3f5ede1dda9ed987fc4558ebc17a9cf /tests/Makefile
parent92024ab07ad8e1c4a05f90add3d3ca7932251016 (diff)
downloadtinycc-7a477d70cabe15fa66fd0f32fab5e95841a500e5.tar.gz
tinycc-7a477d70cabe15fa66fd0f32fab5e95841a500e5.tar.bz2
lib/Makefile: use CC, add bcheck to libtcc1.a
Also: - fix "make tcc_p" (profiling version) - remove old gcc flags: -mpreferred-stack-boundary=2 -march=i386 -falign-functions=0 - remove test "hello" for Darwin (cannot compile to file)
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 7685459..0e6fc46 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -26,7 +26,7 @@ ifdef CONFIG_WIN32
TESTS := $(filter-out test3,$(TESTS))
endif
ifeq ($(TARGETOS),Darwin)
- TESTS := $(filter-out test3 btest,$(TESTS))
+ TESTS := $(filter-out hello test3 btest,$(TESTS))
endif
ifdef DISABLE_STATIC