bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

patch (CC -c -o)


From: Tim Rice
Subject: patch (CC -c -o)
Date: Sat, 29 Oct 2005 20:03:53 -0700 (PDT)

Some CC compilers do not like -c -o options together.
The attached patch fixes this.

You get
.cpp.o:
        $(CXXCOMPILE) -c $<

instead of
.cpp.o:
        $(CXXCOMPILE) -c -o $@ $<


-- 
Tim Rice                                Multitalents    (707) 887-1469
address@hidden

Attachment: CC-c-o.patch
Description: CC-c-o.patch


reply via email to

[Prev in Thread] Current Thread [Next in Thread]