Skip to content

Commit

Permalink
boehmgc: Pass -marm to make boehmgc build on thumb2 ARM systems.
Browse files Browse the repository at this point in the history
Signed-off-by: Xerxes Rånby <xerxes@zafena.se>
  • Loading branch information
xranby committed Feb 2, 2012
1 parent 7999e88 commit 0329942
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions boehmgc/Makefile
Expand Up @@ -27,6 +27,13 @@ ifeq ($(uname_S),Darwin)
endif
endif

#
# Use -marm for arm*
#
ifneq ($(findstring arm,$(uname_M)),)
DEFAULT_CFLAGS += -marm
endif

BOEHMGC_OBJS += allchblk.o
BOEHMGC_OBJS += alloc.o
BOEHMGC_OBJS += blacklst.o
Expand Down

0 comments on commit 0329942

Please sign in to comment.