1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

build/make/test: Get rid of unused BUGPOINT_TOPTS variable.

llvm-svn: 144864
This commit is contained in:
Daniel Dunbar 2011-11-16 23:56:03 +00:00
parent 51adc2ea5a
commit 4affd889a2

View File

@ -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: //')