summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-04-05 23:32:31 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-04-05 23:32:31 +0200
commit73e9ce360dc90394c57aa55a19853c4264ff4490 (patch)
treeee30b84a519ce818f5e751b1da2a26f89acae38b /mk
parente73e951b1d84e5028c2737cccbbfb6b430ed5e8c (diff)
downloadembtoolkit-73e9ce360dc90394c57aa55a19853c4264ff4490.tar.gz
embtoolkit-73e9ce360dc90394c57aa55a19853c4264ff4490.tar.bz2
embtoolkit-73e9ce360dc90394c57aa55a19853c4264ff4490.tar.xz
Toolchain: build m4 before libtool
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'mk')
-rw-r--r--mk/toolchain.mk25
1 files changed, 13 insertions, 12 deletions
diff --git a/mk/toolchain.mk b/mk/toolchain.mk
index 81608a2..813e91b 100644
--- a/mk/toolchain.mk
+++ b/mk/toolchain.mk
@@ -2,18 +2,19 @@
# GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
# Copyright(C) 2009 GAYE Abdoulaye Walsimou. All rights reserved.
#
-# This program is free software; you can distribute it and/or modify it
-# under the terms of the GNU General Public License
-# (Version 2 or later) published by the Free Software Foundation.
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
#
-# This program is distributed in the hope it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
-# for more details.
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-# 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
@@ -74,7 +75,7 @@ include $(EMBTK_ROOT)/mk/m4.mk
ifeq ($(CONFIG_EMBTK_CLIB_EGLIBC),y)
#EGLIBC
include $(EMBTK_ROOT)/mk/eglibc.mk
-TOOLCHAINBUILD := mkinitialpath libtool_install m4_install autoconf_install \
+TOOLCHAINBUILD := mkinitialpath m4_install libtool_install autoconf_install \
automake_install kernel-headers_install ccachehost_install \
gmphost_install mpfrhost_install mpchost_install \
binutils_install gcc1_install eglibc-headers_install \
@@ -82,7 +83,7 @@ TOOLCHAINBUILD := mkinitialpath libtool_install m4_install autoconf_install \
else
#uClibc
include $(EMBTK_ROOT)/mk/uclibc.mk
-TOOLCHAINBUILD := mkinitialpath libtool_install m4_install autoconf_install \
+TOOLCHAINBUILD := mkinitialpath m4_install libtool_install autoconf_install \
automake_install kernel-headers_install ccachehost_install \
gmphost_install mpfrhost_install mpchost_install \
binutils_install gcc1_install uclibc_install gcc3_install