mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 16:31:06 +00:00
1776babbd1
This reverts commit2127c8acf2
because the alignment is already sanitized by commit11c31c4432
. (discussed here2127c8acf2
)
15 lines
253 B
Makefile
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)
|