mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
This patch updates GCC to version 4.6.1 and enables tool chain support for x86_64 and ARM. Fixes #266.
8 lines
149 B
Makefile
8 lines
149 B
Makefile
PROGRAM_PREFIX = genode-arm-
|
|
GCC_TARGET = arm-elf-eabi
|
|
|
|
# cross-compiling does not work yet
|
|
REQUIRES = arm
|
|
|
|
include $(PRG_DIR)/../gcc/target.inc
|