Files
genode/ports/src/noux-pkg/gcc_arm/target.mk
Christian Prochaska e39200d8c6 Noux: update GCC to version 4.6.1
This patch updates GCC to version 4.6.1 and enables tool chain support for
x86_64 and ARM.

Fixes #266.
2012-07-04 14:56:58 +02:00

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