diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-26 13:04:43 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-26 13:04:43 +0200 |
| commit | d2f923e9f834cf75f5db8f9169e023054114abe7 (patch) | |
| tree | bdb7d626e01c30f11398bdd5071a27050d36edca /rules.mk | |
| parent | 25da8db58f2503dc08da07a5f11270691a6baa24 (diff) | |
| parent | e0cff236a7b5f42dd5f9ba337841d7f3a4f15bb3 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'rules.mk')
| -rw-r--r-- | rules.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -28,7 +28,11 @@ endif ADK_TARGET_ARCH:= $(strip $(subst ",, $(ADK_TARGET_ARCH))) ADK_TARGET_SYSTEM:= $(strip $(subst ",, $(ADK_TARGET_SYSTEM))) ADK_TARGET_LIBC:= $(strip $(subst ",, $(ADK_TARGET_LIBC))) +ADK_TARGET_ENDIAN:= $(strip $(subst ",, $(ADK_TARGET_ENDIAN))) +ADK_TARGET_CPU_ARCH:= $(strip $(subst ",, $(ADK_TARGET_CPU_ARCH))) ADK_TARGET_CFLAGS:= $(strip $(subst ",, $(ADK_TARGET_CFLAGS))) +ADK_TARGET_ABI_CFLAGS:= $(strip $(subst ",, $(ADK_TARGET_ABI_CFLAGS))) +ADK_TARGET_ABI:= $(strip $(subst ",, $(ADK_TARGET_ABI))) ADK_TARGET_IP:= $(strip $(subst ",, $(ADK_TARGET_IP))) ADK_TARGET_SUFFIX:= $(strip $(subst ",, $(ADK_TARGET_SUFFIX))) ADK_TARGET_CMDLINE:= $(strip $(subst ",, $(ADK_TARGET_CMDLINE))) |
