diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2015-02-21 08:58:04 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2015-02-21 08:58:04 +0000 |
commit | b731a42055e224be8264b8eeb9817cc462ecd091 (patch) | |
tree | 81ddc973e372896a0c5e2de3d821bfc1acd9f98c | |
parent | 220d905f7c53b81c4572450f9caf6197b2cc6c02 (diff) | |
download | gcc-b731a42055e224be8264b8eeb9817cc462ecd091.zip gcc-b731a42055e224be8264b8eeb9817cc462ecd091.tar.gz gcc-b731a42055e224be8264b8eeb9817cc462ecd091.tar.bz2 |
Remove trailing space.
From-SVN: r220887
-rw-r--r-- | gcc/ada/gcc-interface/Make-lang.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/gcc-interface/Make-lang.in b/gcc/ada/gcc-interface/Make-lang.in index c24c22a..4696203 100644 --- a/gcc/ada/gcc-interface/Make-lang.in +++ b/gcc/ada/gcc-interface/Make-lang.in @@ -174,7 +174,7 @@ else # Build is different from host so we are either building a canadian cross # or a cross-native compiler. We provide defaults for tools targeting the # host platform, but they can be overriden by just setting <tool>_FOR_HOST - # variables. + # variables. GNATMAKE_FOR_HOST=$(host)-gnatmake GNATBIND_FOR_HOST=$(host)-gnatbind GNATLINK_FOR_HOST=$(host)-gnatlink |