This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Approval: can I commit this please?


On Sat, Apr 19, 2003 at 03:52:50PM -0700, Kean Johnston wrote:
>    if $gcc_cv_as -o conftest1.o conftest1.s > /dev/null 2>&1 \
>       && $gcc_cv_as -o conftest2.o conftest2.s > /dev/null 2>&1 \
>       && $gcc_cv_as -o conftest3.o conftest3.s > /dev/null 2>&1 \
> -     && $gcc_cv_ld -shared -o conftest1.so conftest1.o \
> +     && $gcc_cv_ld $ldshared -o conftest1.so conftest1.o \

Jakub, is there any particular reason why we needed -shared
here at all?


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]