Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: gcc/fixincludes/mkheaders.in

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/fixincludes/check.tpl ('k') | gcc/fixincludes/tests/base/inttypes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/fixincludes/mkheaders.in
diff --git a/gcc/fixincludes/mkheaders.in b/gcc/fixincludes/mkheaders.in
index b1ac0731daa8698f0702dda23c6dae331ecf1e61..9109b057c536e303edd096d172373e2291928bce 100644
--- a/gcc/fixincludes/mkheaders.in
+++ b/gcc/fixincludes/mkheaders.in
@@ -41,7 +41,7 @@ fi
if [ x$1 = x--version ] ; then
echo "mkheaders (GCC) version $version"
- echo "Copyright 2002, 2007 Free Software Foundation, Inc."
+ echo "Copyright 2002, 2007, 2009 Free Software Foundation, Inc."
echo "This program is free software; you may redistribute it under the"
echo "terms of the GNU General Public License. This program has"
echo "absolutely no warranty."
@@ -101,9 +101,4 @@ for ml in `cat ${itoolsdatadir}/fixinc_list`; do
fi
cp ${itoolsdatadir}/include${multi_dir}/limits.h ${subincdir}
-
- if [ x${STMP_FIXPROTO} != x ] ; then
- export FIXPROTO_DEFINES mkinstalldirs
- @SHELL@ fixproto ${subincdir} ${subincdir} ${isysroot}${SYSTEM_HEADER_DIR} || exit 1
- fi
done
« no previous file with comments | « gcc/fixincludes/check.tpl ('k') | gcc/fixincludes/tests/base/inttypes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698