comparison fixincludes/mkheaders.in @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
39 exit 0 39 exit 0
40 fi 40 fi
41 41
42 if [ x$1 = x--version ] ; then 42 if [ x$1 = x--version ] ; then
43 echo "mkheaders (GCC) version $version" 43 echo "mkheaders (GCC) version $version"
44 echo "Copyright 2002, 2007 Free Software Foundation, Inc." 44 echo "Copyright 2002, 2007, 2009 Free Software Foundation, Inc."
45 echo "This program is free software; you may redistribute it under the" 45 echo "This program is free software; you may redistribute it under the"
46 echo "terms of the GNU General Public License. This program has" 46 echo "terms of the GNU General Public License. This program has"
47 echo "absolutely no warranty." 47 echo "absolutely no warranty."
48 exit 0 48 exit 0
49 fi 49 fi
99 cp ${itoolsdatadir}/gsyslimits.h ${subincdir}/syslimits.h 99 cp ${itoolsdatadir}/gsyslimits.h ${subincdir}/syslimits.h
100 fi 100 fi
101 fi 101 fi
102 102
103 cp ${itoolsdatadir}/include${multi_dir}/limits.h ${subincdir} 103 cp ${itoolsdatadir}/include${multi_dir}/limits.h ${subincdir}
104
105 if [ x${STMP_FIXPROTO} != x ] ; then
106 export FIXPROTO_DEFINES mkinstalldirs
107 @SHELL@ fixproto ${subincdir} ${subincdir} ${isysroot}${SYSTEM_HEADER_DIR} || exit 1
108 fi
109 done 104 done