From 708276d6e4c75f512d0eca3cf249df7bc13239c0 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Wed, 16 Nov 2011 23:56:03 +0000 Subject: build/make/test: Get rid of unused BUGPOINT_TOPTS variable. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144864 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'test') 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: //') -- cgit v1.1