mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
--enable-dlstack is true in default.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4832 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
79c3e2d004
commit
618a435178
1 changed files with 2 additions and 6 deletions
|
@ -26,12 +26,8 @@ if (Config::CONFIG['CC'] =~ /gcc/) # from Win32API
|
|||
$CFLAGS << " -fno-defer-pop -fno-omit-frame-pointer"
|
||||
end
|
||||
|
||||
if (Config::CONFIG['CC'] =~ /gcc/) && (Config::CONFIG['arch'] =~ /i.86/)
|
||||
$with_asm = true
|
||||
else
|
||||
$with_asm = false
|
||||
end
|
||||
$with_dlstack = ! $with_asm
|
||||
$with_dlstack ||= true
|
||||
$with_asm = ! $with_dlstack
|
||||
|
||||
$with_type_int = try_cpp(<<EOF)
|
||||
#include "config.h"
|
||||
|
|
Loading…
Reference in a new issue