Christian Helmuth 1776babbd1 Revert "arm: prevent 64K default alignment of text segment"
This reverts commit 2127c8acf2d9fdc72a0b73468dfedaee26e0081d because the
alignment is already sanitized by commit 11c31c44327935586a1735a64aa9e919b93bbd40.

(discussed here 2127c8acf2)
2016-08-10 11:07:57 +02:00

15 lines
253 B
Makefile

#
# ARM-specific Genode headers
#
REP_INC_DIR += include/spec/arm
SPECS += 32bit
#
# Prevent compiler message
# "note: the mangling of 'va_list' has changed in GCC 4.4"
#
CC_OPT += -Wno-psabi
include $(call select_from_repositories,mk/spec/32bit.mk)