[Armadeus-commitlog] armadeus branch, master, updated. release-3.2-445-g53f0205
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2010-06-16 09:49:36
|
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 53f0205600f320ee9de1560d5b4bfa1e40b429b2 (commit)
from dafd031e95b5772fbf5c0297a43b8b555e4778d1 (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 53f0205600f320ee9de1560d5b4bfa1e40b429b2
Author: Fabien Marteau <fab...@ar...>
Date: Wed Jun 16 11:49:15 2010 +0200
[as_devices] suppress -DAPFXX compilation option (bis)
-----------------------------------------------------------------------
Summary of changes:
target/packages/as_devices/Makefile | 8 +-------
target/packages/as_devices/python/Makefile | 8 +-------
2 files changed, 2 insertions(+), 14 deletions(-)
diff --git a/target/packages/as_devices/Makefile b/target/packages/as_devices/Makefile
index 1d72f81..7acc524 100644
--- a/target/packages/as_devices/Makefile
+++ b/target/packages/as_devices/Makefile
@@ -2,13 +2,7 @@
ARMADEUS_BASE_DIR=../../../
include $(ARMADEUS_BASE_DIR)/Makefile.in
-ifeq ($(ARMADEUS_BOARD_NAME),apf9328)
-CFLAGS=-Wall -g -O0 -DAPF9328
-else
-ifeq ($(ARMADEUS_BOARD_NAME),apf27)
-CFLAGS=-Wall -g -O0 -DAPF27
-endif
-endif
+CFLAGS=-Wall -g -O0
LDFLAGS=
CC:=$(ARMADEUS_TOOLCHAIN_PATH)/arm-linux-gcc
diff --git a/target/packages/as_devices/python/Makefile b/target/packages/as_devices/python/Makefile
index ecbfff3..07fc233 100644
--- a/target/packages/as_devices/python/Makefile
+++ b/target/packages/as_devices/python/Makefile
@@ -2,13 +2,7 @@
ARMADEUS_BASE_DIR=../../../../
include $(ARMADEUS_BASE_DIR)/Makefile.in
-ifeq ($(ARMADEUS_BOARD_NAME),apf9328)
-CFLAGS=-Wall -g -O0 -DAPF9328
-else
-ifeq ($(ARMADEUS_BOARD_NAME),apf27)
-CFLAGS=-Wall -g -O0 -DAPF27
-endif
-endif
+CFLAGS=-Wall -g -O0
LDFLAGS=
CC:=$(ARMADEUS_TOOLCHAIN_PATH)/arm-linux-gcc
hooks/post-receive
--
armadeus
|