|
From: | Stefano Lattarini |
Subject: | Re: Testing a new compiler with Automake "simple tests" |
Date: | Tue, 17 Aug 2010 18:46:48 +0200 |
User-agent: | KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; ) |
Just a quick follow-up... > > If every test program is built from a single `.c' file, what > > about using this instead: > > $(TESTS:=.o) your-special-purpose-compiler Or better again, to be even more portable: $(TESTS:=.$(OBJEXT)) your-special-purpose-compiler Regards, Stefano
[Prev in Thread] | Current Thread | [Next in Thread] |