diff options
author | Rich Salz <rsalz@akamai.com> | 2016-01-27 19:16:38 -0500 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-01-29 10:30:57 -0500 |
commit | a01dab94622715fe2dd92a6f87a826cef6724e54 (patch) | |
tree | 9080f2f53a3c6d8964c0b0c58269ff0ed3c4e14c /Configurations/90-team.conf | |
parent | 8ce4e7e605577cb5818de068e2c6da60901cddba (diff) | |
download | openssl-new-a01dab94622715fe2dd92a6f87a826cef6724e54.tar.gz |
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/90-team.conf')
-rw-r--r-- | Configurations/90-team.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Configurations/90-team.conf b/Configurations/90-team.conf index b91ce88d1c..993e078d50 100644 --- a/Configurations/90-team.conf +++ b/Configurations/90-team.conf @@ -39,7 +39,7 @@ cflags => "-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DL_ENDIAN -g -mcpu=pentium -Wall", thread_cflag => "-D_REENTRANT", lflags => "-ldl", - bn_ops => "BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}", + bn_ops => "BN_LLONG", dso_scheme => "dlfcn", }, "debug-linux-ppro" => { @@ -48,7 +48,7 @@ cflags => "-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DL_ENDIAN -g -mcpu=pentiumpro -Wall", thread_cflag => "-D_REENTRANT", lflags => "-ldl", - bn_ops => "BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}", + bn_ops => "BN_LLONG", dso_scheme => "dlfcn", }, "debug-linux-elf-noefence" => { @@ -57,7 +57,7 @@ cflags => "-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DL_ENDIAN -g -march=i486 -Wall", thread_cflag => "-D_REENTRANT", lflags => "-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", @@ -68,7 +68,7 @@ cflags => "-DAES_EXPERIMENTAL -DL_ENDIAN -O3 -fomit-frame-pointer -Wall", thread_cflag => "-D_REENTRANT", lflags => "-ldl", - bn_ops => "BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}", + bn_ops => "BN_LLONG", cpuid_obj => "x86cpuid.o", bn_obj => "bn-586.o co-586.o x86-mont.o", des_obj => "des-586.o crypt586.o", |