mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
arch: remove support for sh64
It's been deprecated for quite some time now. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
524b6b8559
commit
4338a319b7
@@ -24,7 +24,7 @@ RUBY_CFLAGS = $(TARGET_CFLAGS)
|
||||
# With some SuperH toolchains (like Sourcery CodeBench 2012.09), ruby fails to
|
||||
# build with 'pcrel too far'. This seems to be caused by the -Os option we pass
|
||||
# by default. To fix the problem, use standard -O2 optimization instead.
|
||||
ifeq ($(BR2_sh)$(BR2_sh64),y)
|
||||
ifeq ($(BR2_sh),y)
|
||||
RUBY_CFLAGS += -O2
|
||||
endif
|
||||
RUBY_CONF_ENV = CFLAGS="$(RUBY_CFLAGS)"
|
||||
|
||||
Reference in New Issue
Block a user