mjit_worker.c: try passing -nostdlib to AIX
r66812 might have allowed this. Testing. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66816 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d14089fb3c
commit
b32fb23083
@ -260,7 +260,7 @@ static const char *const CC_DLDFLAGS_ARGS[] = {
|
|||||||
MJIT_DLDFLAGS
|
MJIT_DLDFLAGS
|
||||||
#if defined __GNUC__ && !defined __clang__
|
#if defined __GNUC__ && !defined __clang__
|
||||||
"-nostartfiles",
|
"-nostartfiles",
|
||||||
# if !defined(_WIN32) && !defined(__CYGWIN__) && !defined(_AIX)
|
# if !defined(_WIN32) && !defined(__CYGWIN__)
|
||||||
"-nodefaultlibs", "-nostdlib",
|
"-nodefaultlibs", "-nostdlib",
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user