avr-gcc-list
[Top][All Lists]
Advanced

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

Re: [avr-gcc-list] Re: build srecord under mingw [SOLVED]


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] Re: build srecord under mingw [SOLVED]
Date: Tue, 31 Mar 2009 07:43:26 +0200 (MET DST)

"Weddington, Eric" <address@hidden> wrote:

> For version 1.47 of SRecord, look at the Makefile.in file in the top
> level. Lines 54-57 state:

Both, CFLAGS and CXXFLAGS in autoconf-generated Makefiles should
include CPPFLAGS.  This is done outside Makefile.am.

The point is that any non-standard -I options in general ought to go
into CPPFLAGS, and any non-standard -L options inot LDFLAGS.  I'm
using that e.g. in situations where autoconf stuff has to look out for
libusb in non-standard places.

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)




reply via email to

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