[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.0-2531-gc28d39f
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2011-10-06 14:35:54
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via c28d39fba8c6410d70f7a962f0eb1690af16cb6f (commit)
from 6a39b31ff32c6407deb38e92a1a4dd04676fe41d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c28d39fba8c6410d70f7a962f0eb1690af16cb6f
Author: Julien Boibessot <jul...@ar...>
Date: Thu Oct 6 16:35:00 2011 +0200
[BUILD] Makes ARMADEUS_GCC_VERSION be evaluated only at the end of the build
-----------------------------------------------------------------------
Summary of changes:
Makefile.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.in b/Makefile.in
index 43103b0..61ac4d3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -68,9 +68,9 @@ ARMADEUS_BOARD_DIR:=$(BUILDROOT_DIR)/target/device/armadeus/$(ARMADEUS_BOARD_NAM
ARMADEUS_STAGING_DIR:=$(BUILDROOT_OUTPUT_DIR)/staging
ARMADEUS_TOOLCHAIN_PATH:=$(BUILDROOT_OUTPUT_DIR)/host/usr/bin
ifeq ($(BR2_TOOLCHAIN_EXTERNAL),y)
-ARMADEUS_GCC_VERSION:=$(shell $(ARMADEUS_TOOLCHAIN_PATH)/$(BR2_TOOLCHAIN_EXTERNAL_PREFIX)-gcc -dumpversion)
+ARMADEUS_GCC_VERSION=$(shell $(ARMADEUS_TOOLCHAIN_PATH)/$(BR2_TOOLCHAIN_EXTERNAL_PREFIX)-gcc -dumpversion)
else
-ARMADEUS_GCC_VERSION:=$(shell $(ARMADEUS_TOOLCHAIN_PATH)/arm-linux-gcc -dumpversion)
+ARMADEUS_GCC_VERSION=$(shell $(ARMADEUS_TOOLCHAIN_PATH)/arm-linux-gcc -dumpversion)
endif
ARMADEUS_BUILD_DIR:=$(BUILDROOT_BUILD_DIR)
hooks/post-receive
--
armadeus
|