X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile.config.in;h=074bd05cdebf52c05b426223b344437f5b5d1294;hb=5a8441ea3fc145393d6274156bd05c4a006099ea;hp=2d03272fe97d5d11ef85328b2c979f183a41ec66;hpb=153626a3c0598ea0b74b38e364184ab6c23ae1da;p=oota-llvm.git diff --git a/Makefile.config.in b/Makefile.config.in index 2d03272fe97..074bd05cdeb 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -100,6 +100,9 @@ ARCH=@ARCH@ # Target triple (cpu-vendor-os) for which we should generate code TARGET_TRIPLE=@target@ +# Targets that we should build +TARGETS_TO_BUILD=@TARGETS_TO_BUILD@ + # Endian-ness of the target ENDIAN=@ENDIAN@ @@ -113,9 +116,6 @@ CC := @CC@ # Linker flags. LDFLAGS+=@LDFLAGS@ -# Libraries needed by tools -TOOLLINKOPTS=@LIBS@ - # Path to the library archiver program. AR_PATH = @AR@ @@ -128,13 +128,8 @@ FIND := @FIND@ FLEX := @LEX@ GREP := @GREP@ INSTALL := @INSTALL@ -INSTALL_SH := $(LLVM_SRC_ROOT)/autoconf/install-sh -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_DATA = @INSTALL_DATA@ MKDIR := $(LLVM_SRC_ROOT)/autoconf/mkinstalldirs MV := @MV@ -PAX := @PAX@ RANLIB := @RANLIB@ RM := @RM@ SED := @SED@ @@ -155,6 +150,8 @@ RUNTEST := @RUNTEST@ TCLSH := @TCLSH@ ZIP := @ZIP@ +LIBS := @LIBS@ + # Path to location for LLVM C/C++ front-end. You can modify this if you # want to override the value set by configure. LLVMGCCDIR := @LLVMGCCDIR@