mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
configure.in: target_os suffix
* configure.in (target_os): do not strip -gnu suffix on Linux if --target is given explicitly. [Bug #7874] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39334 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
67ab6e3d9b
commit
52911974f8
2 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
Wed Feb 20 18:01:14 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
Wed Feb 20 18:02:26 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* configure.in (target_os): do not strip -gnu suffix on Linux if
|
||||
--target is given explicitly. [Bug #7874]
|
||||
|
||||
* configure.in (libdirname): adjust library path name which libruby
|
||||
files will be installed. [Bug #7874]
|
||||
|
|
|
@ -211,6 +211,7 @@ AC_DEFINE_UNQUOTED(RUBY_BASE_NAME, "${RUBY_BASE_NAME}" !<verconf>!)
|
|||
AC_DEFINE_UNQUOTED(RUBY_VERSION_NAME, RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>!)
|
||||
|
||||
AC_CANONICAL_TARGET
|
||||
test x"$target_alias" = x &&
|
||||
target_os=`echo $target_os | sed 's/linux-gnu$/linux/;s/linux-gnu/linux-/'`
|
||||
ac_install_sh='' # unusable for extension libraries.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue