1 # Contributor: Andrej Gelenberg <andrej.gelenberg@udo.edu>
3 pkgname=cross-arm-elf-base
6 pkgdesc="You need this package to build cross-arm-elf-gcc. After your build it replace this package with cross-arm-elf-newlib"
8 url="http://www.gnuarm.com/"
10 depends=('newlib-headers')
13 mkdir -p ${pkgdir}/usr/arm-elf/include
14 ln -s /usr/include/newlib/libc/* ${pkgdir}/usr/arm-elf/include