--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:
ttate 2003-10-22 15:04:35 +00:00
parent 79c3e2d004
commit 618a435178

View File

@ -26,12 +26,8 @@ if (Config::CONFIG['CC'] =~ /gcc/) # from Win32API
$CFLAGS << " -fno-defer-pop -fno-omit-frame-pointer" $CFLAGS << " -fno-defer-pop -fno-omit-frame-pointer"
end end
if (Config::CONFIG['CC'] =~ /gcc/) && (Config::CONFIG['arch'] =~ /i.86/) $with_dlstack ||= true
$with_asm = true $with_asm = ! $with_dlstack
else
$with_asm = false
end
$with_dlstack = ! $with_asm
$with_type_int = try_cpp(<<EOF) $with_type_int = try_cpp(<<EOF)
#include "config.h" #include "config.h"