mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
d2b21d294e
This patch sets the -march complile flag in spec/arm_v7a.mk, which enables us to build depot archives for the 'arm_v7a' architecture. It also removes copy-pasted comments that offer no valuable insights but contain grammar errors.
9 lines
121 B
Makefile
9 lines
121 B
Makefile
SPECS += arm_v7
|
|
|
|
REP_INC_DIR += include/spec/arm_v7a
|
|
|
|
CC_MARCH += -march=armv7-a
|
|
|
|
include $(BASE_DIR)/mk/spec/arm_v7.mk
|
|
|