aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/Makefile b/test/Makefile
index 62b0973..1bf2874 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -121,11 +121,6 @@ DSYMUTIL=dsymutil
else
DSYMUTIL=true
endif
-ifdef TargetCommonOpts
-BUGPOINT_TOPTS="-gcc-tool-args $(TargetCommonOpts)"
-else
-BUGPOINT_TOPTS=""
-endif
ifneq ($(OCAMLOPT),)
CC_FOR_OCAMLOPT := $(shell $(OCAMLOPT) -config | grep native_c_compiler | sed -e 's/native_c_compiler: //')