crosstool.sh
Dan Kegel
dank@kegel.com
Thu Dec 11 15:05:00 GMT 2003
Frank Cornelis wrote:
> I think the crosstool.sh script also needs to copy some header files
> from bits/ before compiling the gcc-core. (gcc 3.3.2)
Can you post the reasoning behind this? e.g. can you show
the build error or runtime error this fixes?
> Is the crosstool script maintained using this mailing list?
Yes, thanks for posting fixes here!
- Dan
> --- crosstool.sh.orig 2003-12-11 15:01:17.000000000 +0100
> +++ crosstool.sh 2003-12-11 15:02:48.000000000 +0100
> @@ -172,6 +172,7 @@
> mkdir -p ${PREFIX}/${TARGET}/include/gnu
> touch ${PREFIX}/${TARGET}/include/gnu/stubs.h
> cp ${GLIBC_DIR}/include/features.h ${PREFIX}/${TARGET}/include/features.h
> + cp ${GLIBC_DIR}/include/bits/stdio_lim.* ${PREFIX}/${TARGET}/include/bits
>
> cd ..
> fi
------
Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com
More information about the crossgcc
mailing list