[[EMAIL PROTECTED] - Mon Nov  4 10:17:20 2002]:

> I'm compiling SSL for Arm linux. I'm using the uclibc wrapper 
around
> arm-linux-gcc so that gcc is arm-uclibc-gcc.  There are appropriate
> symlinks for all tools with all of them prefixed by arm-uclibc-. My
> machine is an i686 running Slackware 8.1 To compile I do:
> 
> ./Configure linux-elf-arm shared
> make CC=arm-uclibc-gcc RANLIB=arm-uclibc-ranlib AR="arm-uclibc-ar 
r"
> 
> The scripts to determine the ld seem to be hard coded to use gcc,

I assume you're talking about the following, which has a hard-coded 
call to gcc.

DETECT_GNU_LD=${CC} -v 2>&1 | grep '^gcc' >/dev/null 2>&1 && \
        my_ld=`gcc -print-prog-name=ld 2>&1` && \
        [ -n "$$my_ld" ] && \
        $$my_ld -v 2>&1 | grep 'GNU ld' >/dev/null 2>&1

I've just committed a change so gcc in the second line is replaced 
with ${CC}.  Does that help?

Please fetch the latest snapshot and try it.

-- 
Richard Levitte
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to