summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2024-11-09 20:37:40 +0900
committerNobuyoshi Nakada <[email protected]>2024-11-09 20:37:40 +0900
commit9588319e72a110fc303482d64cc073292d707a33 ()
treed8069c7b4bb837d52e3cd8e188d8f544f63cb40d /configure.ac
parent379bbd6d9c1269809aea4566da0727eaf3f77c32 (diff)
[Bug #20800] Use config target for bin directory as-is
The "target" in `RbConfig::CONFIG` is being changed from config.sub to align to the system `uname`. Use the value modified by config.sub, and make the directory same as GNU utilities, such as binutils.
Notes: Merged: https://.com/ruby/ruby/pull/12043
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
@@ -149,6 +149,7 @@ dnl checks for alternative programs
AC_CANONICAL_BUILD
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
AS_CASE(["$target_cpu-$target_os"],
[aarch64-darwin*], [
target_cpu=arm64