Use LD_PRELOAD_32 on OpenSolaris i386.

This commit is contained in:
Sam Hocevar
2010-01-21 01:17:27 +00:00
committed by sam
parent 96d16fc2fe
commit 99d37ae471
+3
View File
@@ -141,6 +141,9 @@ static int run_process(struct opts *opts, int pipes[][2])
# elif defined __osf__
# define EXTRAINFO ":DEFAULT"
# define PRELOAD "_RLD_LIST"
# elif defined __sun && defined __i386
# define EXTRAINFO ""
# define PRELOAD "LD_PRELOAD_32"
# else
# define EXTRAINFO ""
# define PRELOAD "LD_PRELOAD"