summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-07-29 23:03:35 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-07-29 23:03:35 +0200
commit7143b15ea164ade5c04764f282b7fd62802d2182 (patch)
tree941168a59cbace6f3dd83cab91ca74aa55a613dc
parenteffa146c5e608574791cca60c93ec554032b78f8 (diff)
downloadembtoolkit-7143b15ea164ade5c04764f282b7fd62802d2182.tar.gz
embtoolkit-7143b15ea164ade5c04764f282b7fd62802d2182.tar.bz2
embtoolkit-7143b15ea164ade5c04764f282b7fd62802d2182.tar.xz
Toolchain: toolchain: be sure to use 80 char length in Makefile
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-rw-r--r--mk/toolchain.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/mk/toolchain.mk b/mk/toolchain.mk
index 1d0c4c5..e5685b4 100644
--- a/mk/toolchain.mk
+++ b/mk/toolchain.mk
@@ -1,4 +1,4 @@
-#########################################################################################
+################################################################################
# GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
# Copyright(C) 2009 GAYE Abdoulaye Walsimou. All rights reserved.
#
@@ -14,13 +14,13 @@
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
-#########################################################################################
+################################################################################
#
# \file toolchain.mk
# \brief toolchain.mk of Embtoolkit
# \author GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
# \date May 2009
-#########################################################################################
+################################################################################
TARGETCC := $(TOOLS)/bin/$(STRICT_GNU_TARGET)-gcc
TARGETCXX := $(TOOLS)/bin/$(STRICT_GNU_TARGET)-g++
@@ -59,7 +59,8 @@ buildtoolchain: mkinitialpath kernel-headers_install ccachehost_install \
gmphost_install mpfrhost_install binutils_install \
gcc1_install eglibc-headers_install gcc2_install \
eglibc_install gcc3_install symlink_tools
- $(call EMBTK_GENERIC_MESSAGE,"You successfully build a toolchain for $(STRICT_GNU_TARGET) !!!")
+ $(call EMBTK_GENERIC_MESSAGE,"You successfully build a toolchain for \
+ $(STRICT_GNU_TARGET) !!!")
symlink_tools:
@cd $(TOOLS)/bin/; export TOOLS_LIST="`ls`"; \
for i in $$TOOLS_LIST;do \