summaryrefslogtreecommitdiffstats
path: root/Configurations/99-personal-steve.conf
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2016-01-27 19:16:38 -0500
committerRich Salz <rsalz@openssl.org>2016-01-29 10:30:57 -0500
commita01dab94622715fe2dd92a6f87a826cef6724e54 (patch)
tree9080f2f53a3c6d8964c0b0c58269ff0ed3c4e14c /Configurations/99-personal-steve.conf
parent8ce4e7e605577cb5818de068e2c6da60901cddba (diff)
Remove x86_gcc_des,x86_gcc_opts
This is a followin from !1738, we no longer need those variables. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'Configurations/99-personal-steve.conf')
-rw-r--r--Configurations/99-personal-steve.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configurations/99-personal-steve.conf b/Configurations/99-personal-steve.conf
index 10f9eb7358..0d53b06ecf 100644
--- a/Configurations/99-personal-steve.conf
+++ b/Configurations/99-personal-steve.conf
@@ -26,7 +26,7 @@
cflags => "$gcc_devteam_warn -pthread -m32 -DL_ENDIAN -DCONF_DEBUG -g",
thread_cflag => "-D_REENTRANT",
lflags => "-rdynamic -ldl",
- bn_ops => "BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}",
+ bn_ops => "BN_LLONG",
dso_scheme => "dlfcn",
shared_target => "linux-shared",
shared_cflag => "-fPIC",