mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
e39200d8c6
This patch updates GCC to version 4.6.1 and enables tool chain support for x86_64 and ARM. Fixes #266.
9 lines
123 B
Makefile
9 lines
123 B
Makefile
SPECS += arm
|
|
|
|
#
|
|
# Configure target CPU
|
|
#
|
|
CC_MARCH += -march=armv5
|
|
|
|
include $(call select_from_repositories,mk/spec-arm.mk)
|