Don't test !(sgi), since SYS_AUTOLOAD is fixed.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@716 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1996-01-12 22:17:53 +00:00
parent 81e950dfba
commit b9e4acc0ec

View file

@ -180,7 +180,7 @@ _gnu_process_args(int argc, char *argv[], char *env[])
that it automatically gets called before main with the argument and
environment pointers. FIXME: Would like to do something similar
for other formats besides ELF. */
#if (defined(__ELF__) || defined(SYS_AUTOLOAD)) && !(sgi)
#if (defined(__ELF__) || defined(SYS_AUTOLOAD))
#ifdef linux
/* Under linux the functions in __libc_subinit are called before the