[llvm-commits] [test-suite] r40928 - /test-suite/trunk/MultiSource/Applications/hexxagon/Makefile

Lauro Ramos Venancio lauro.venancio at gmail.com
Wed Aug 8 10:22:53 PDT 2007


Author: laurov
Date: Wed Aug  8 12:22:53 2007
New Revision: 40928

URL: http://llvm.org/viewvc/llvm-project?rev=40928&view=rev
Log:
hexxagon doesn't need libtermcap.


Modified:
    test-suite/trunk/MultiSource/Applications/hexxagon/Makefile

Modified: test-suite/trunk/MultiSource/Applications/hexxagon/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Applications/hexxagon/Makefile?rev=40928&r1=40927&r2=40928&view=diff

==============================================================================
--- test-suite/trunk/MultiSource/Applications/hexxagon/Makefile (original)
+++ test-suite/trunk/MultiSource/Applications/hexxagon/Makefile Wed Aug  8 12:22:53 2007
@@ -1,7 +1,7 @@
 LEVEL = ../../..
 PROG = hexxagon
 REQUIRES_EH_SUPPORT = 1
-LDFLAGS += -lstdc++ -ltermcap
-LIBS += -lstdc++ -ltermcap
+LDFLAGS += -lstdc++
+LIBS += -lstdc++
 STDIN_FILENAME=$(PROJ_SRC_DIR)/input
 include ../../Makefile.multisrc





More information about the llvm-commits mailing list