Update ARM Integrator boards:

Correct addessing errors in platform files.
Split off common core module data from Integrator header files to
include/armcoremodule.h.
Patch by Peter Pearse, 04 Oct 2005
This commit is contained in:
Wolfgang Denk
2005-10-04 23:10:28 +02:00
parent 1820d4c73b
commit 9b880bd4d8
19 changed files with 223 additions and 134 deletions

View File

@@ -91,7 +91,7 @@ HOSTSTRIP = strip
# only supported compiler options are used
#
cc-option = $(shell if $(CC) $(CFLAGS) $(1) -S -o /dev/null -xc /dev/null \
> /dev/null 2>&1; then echo "$(1)"; else echo "$(2)"; fi ;)
> /dev/null 2>&1; then echo "$(1)"; else echo "$(2)"; fi ;)
#
# Include the make variables (CC, etc...)