[llvm-commits] [test-suite] r49255 - /test-suite/trunk/Makefile.programs

Gabor Greif ggreif at gmail.com
Sat Apr 5 16:05:46 PDT 2008


Author: ggreif
Date: Sat Apr  5 18:05:45 2008
New Revision: 49255

URL: http://llvm.org/viewvc/llvm-project?rev=49255&view=rev
Log:
remove llvm-gcc3 specific cruft

Modified:
    test-suite/trunk/Makefile.programs

Modified: test-suite/trunk/Makefile.programs
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/Makefile.programs?rev=49255&r1=49254&r2=49255&view=diff

==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Sat Apr  5 18:05:45 2008
@@ -45,12 +45,6 @@
 .PRECIOUS: Output/%.llvm Output/%.native Output/%.llc Output/%.llc.s
 .PRECIOUS: Output/%.cbe Output/%.cbe.c Output/%.llvm.bc Output/%.linked.bc
 
-# If we're using the llvm-gcc3 compiler then we need to also link with the
-# llvm c runtime library, othwerwise we don't
-ifneq ($(LLVMGCC_MAJVERS),4)
-LIBS += -lcrtend
-endif
-
 PROGDIR = $(PROJ_SRC_ROOT)
 
 #





More information about the llvm-commits mailing list