As Joerg Wunsch wrote:

> > That's my fault and shows clearly how unexperienced I am.
> 
> Next time, it's as simple as running one
> 
> ./bootstrap
> ./configure --build=`./config.guess` --host=avr
> make
> 
> cycle with the patched header file for a first test.

Speaking about simple tests: after adding stuff to the
autoconf/automake files (or modifying them), i. e. to all
the *.am files, you can easily test this with:

./bootstrap
./configure --build=`./config.guess` --host=avr
make distcheck

This will build a distribution tarball (avr-libc-${version}.tar.bz2),
unpack it again, and try to build inside the unpacked tree.  Obvious
mistakes like forgotten file additions will become apparent that way.

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

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

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

Reply via email to