summaryrefslogtreecommitdiffstats
path: root/package/ruby
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-09-08 15:38:57 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-09-08 22:15:15 +0200
commit4338a319b72570e433fd7484f8a95e1e0e978941 (patch)
tree7c6779bab5b80dff478d88efd3849f1927917e58 /package/ruby
parent524b6b85595274ca13bd7d01adb61ce2dddd786c (diff)
downloadbuildroot-4338a319b72570e433fd7484f8a95e1e0e978941.tar.gz
buildroot-4338a319b72570e433fd7484f8a95e1e0e978941.zip
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>
Diffstat (limited to 'package/ruby')
-rw-r--r--package/ruby/ruby.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ruby/ruby.mk b/package/ruby/ruby.mk
index 3b8310c112..f3f80475b8 100644
--- a/package/ruby/ruby.mk
+++ b/package/ruby/ruby.mk
@@ -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)"
OpenPOWER on IntegriCloud