mirror of
https://github.com/openssl/openssl.git
synced 2025-04-06 20:20:50 +08:00
Andy Polyakov points out there are default rules in make in gmake for this.
This commit is contained in:
parent
4f5fac8011
commit
49dce898f0
@ -99,10 +99,8 @@ asm/co86unix.cpp: asm/co-586.pl
|
||||
(cd asm; $(PERL) co-586.pl cpp >co86unix.cpp )
|
||||
|
||||
asm/sparcv8.o: asm/sparcv8.S
|
||||
$(CC) -c -o asm/sparcv8.o asm/sparcv8.S
|
||||
|
||||
asm/sparcv8plus: asm/sparcv8plus.S
|
||||
$(CC) -c -xarch=v8plus -o asm/sparcv8plus.o asm/sparcv8plus.S
|
||||
asm/sparcv8plus.o: asm/sparcv8plus.S
|
||||
|
||||
# MIPS 64 bit assember
|
||||
asm/mips3.o: asm/mips3.s
|
||||
|
Loading…
x
Reference in New Issue
Block a user