diff options
author | Nobuyoshi Nakada <[email protected]> | 2024-11-09 20:37:40 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2024-11-09 20:37:40 +0900 |
commit | 9588319e72a110fc303482d64cc073292d707a33 () | |
tree | d8069c7b4bb837d52e3cd8e188d8f544f63cb40d /configure.ac | |
parent | 379bbd6d9c1269809aea4566da0727eaf3f77c32 (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.ac | 1 |
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 |