summaryrefslogtreecommitdiff
path: root/scripts/build/libc/newlib.sh
AgeCommit message (Collapse)AuthorFilesLines
2009-10-26libc/newlib: cleanup the build and finish stepsYann E. MORIN"1-14/+12
build step: - ./configure - remove glibc-specific options - pass the target CFLAGS in the correct variable - make: - build in // finish step: - print proper message in finish step
2009-10-25libc/newlib: fix host/target confusionYann E. MORIN"1-2/+6
newlib handles the build/host/target a bit differently as one would expect: build : not used host : the nachine that builds newlib target : the machine on which newlib will run
2009-06-20Removed debug lineMartin Lund1-2/+0
2009-06-20Fix libc configMartin Lund1-3/+4
2009-06-20Misc AVR32 cleanups.Martin Lund1-4/+0
2009-06-14Changed copyrightMartin Lund1-2/+2
2009-05-23Added support for Atmel AVR32 headersMartin Lund"1-2/+17
2009-05-22Temp fix for newlib configure. Updated avr32 crosstool.config.Martin Lund"1-3/+4
2009-05-22Added initial AVR32 support (bare-metal,newlib)Martin Lund"1-0/+71