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]

crosstool.sh


Hi,

I think the crosstool.sh script also needs to copy some header files
from bits/ before compiling the gcc-core. (gcc 3.3.2)
Is the crosstool script maintained using this mailing list?


Frank

--- 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]