"Weddington, Eric" <eric.wedding...@atmel.com> 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. ;-)


_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to