summaryrefslogtreecommitdiffstats
path: root/TABLE
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2000-02-15 17:31:12 +0000
committerAndy Polyakov <appro@openssl.org>2000-02-15 17:31:12 +0000
commitf8bbcf3af0e4300590785803dc5aff757f11bb4f (patch)
tree340dc6c69139cc359f2fddd901e347c3e29f299b /TABLE
parent89cee61b45725a57cb45defca4ee014a70790fe1 (diff)
Avoid GNU C assembler templates under Solaris x86.
Diffstat (limited to 'TABLE')
-rw-r--r--TABLE2
1 files changed, 1 insertions, 1 deletions
diff --git a/TABLE b/TABLE
index 7398fd938e..a480cd197e 100644
--- a/TABLE
+++ b/TABLE
@@ -1634,7 +1634,7 @@ $rc5_obj =
*** solaris-x86-gcc
$cc = gcc
-$cflags = -O3 -fomit-frame-pointer -m486 -Wall -DL_ENDIAN
+$cflags = -O3 -fomit-frame-pointer -m486 -Wall -DL_ENDIAN -DNO_INLINE_ASM
$unistd =
$thread_cflag = -D_REENTRANT
$lflags = -lsocket -lnsl