This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: crosstool.sh


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]