mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-25 13:49:48 +00:00
1776babbd1
This reverts commit 2127c8acf2d9fdc72a0b73468dfedaee26e0081d because the
alignment is already sanitized by commit 11c31c44327935586a1735a64aa9e919b93bbd40.
(discussed here 2127c8acf2
)
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)
|