]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
For solaris-usparc configurations, avoid problems with GNU as, which
authorBodo Möller <bodo@openssl.org>
Thu, 13 May 1999 15:02:49 +0000 (15:02 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 13 May 1999 15:02:49 +0000 (15:02 +0000)
cannot handle all opcodes we need.

crypto/bn/Makefile.ssl

index d5071b9f47f8b8e39091bda10fb17fcfabd2556c..f2e5fac405b96c6f038f2b78afa375038e532138 100644 (file)
@@ -104,7 +104,9 @@ asm/sparcv8plus.o: asm/sparcv8plus.S
        $(CC) -xarch=v8plus -c asm/sparcv8plus.S -o asm/sparcv8plus.o
 
 asm/sparcv8plus-gcc.o: asm/sparcv8plus.S
-       gcc -E asm/sparcv8plus.S | as -xarch=v8plus /dev/fd/0 -o asm/sparcv8plus-gcc.o
+       gcc -E asm/sparcv8plus.S | /usr/ccs/bin/as -xarch=v8plus /dev/fd/0 -o asm/sparcv8plus-gcc.o
+       # GNU as cannot handle that file, so we circumvent PATH and
+       # always use /usr/ccs/bin/as.
 
 # MIPS 64 bit assember 
 asm/mips3.o: asm/mips3.s