summaryrefslogtreecommitdiffstats
path: root/Configurations/99-personal-geoff.conf
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-01-22 12:49:28 +0100
committerRichard Levitte <levitte@openssl.org>2016-01-22 18:37:50 +0100
commitc5f9317fb51225fcaee41790841cfa388e9ec0e8 (patch)
treecbcca19b68af87f81e457e2f3a19a0bf542ea5ac /Configurations/99-personal-geoff.conf
parentb7557ccf361d61455535d1305f94d04da7235fdb (diff)
Configurations - no_asm_filler is long gone, don't use it
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'Configurations/99-personal-geoff.conf')
-rw-r--r--Configurations/99-personal-geoff.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/Configurations/99-personal-geoff.conf b/Configurations/99-personal-geoff.conf
index e5338da9d5..7f847fe3f7 100644
--- a/Configurations/99-personal-geoff.conf
+++ b/Configurations/99-personal-geoff.conf
@@ -7,7 +7,6 @@
%targets = (
"debug-geoff32" => {
- inherit_from => [ "no_asm_filler" ],
cc => "gcc",
cflags => "-DBN_DEBUG -DBN_DEBUG_RAND -DBN_STRICT -DPURIFY -DOPENSSL_NO_DEPRECATED -DOPENSSL_NO_ASM -DOPENSSL_NO_INLINE_ASM -DL_ENDIAN -DTERMIO -DPEDANTIC -O1 -ggdb2 -Wall -Werror -Wundef -pedantic -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wsign-compare -Wmissing-prototypes -Wmissing-declarations -Wno-long-long",
thread_cflag => "-D_REENTRANT",
@@ -19,7 +18,6 @@
shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
},
"debug-geoff64" => {
- inherit_from => [ "no_asm_filler" ],
cc => "gcc",
cflags => "-DBN_DEBUG -DBN_DEBUG_RAND -DBN_STRICT -DPURIFY -DOPENSSL_NO_DEPRECATED -DOPENSSL_NO_ASM -DOPENSSL_NO_INLINE_ASM -DL_ENDIAN -DTERMIO -DPEDANTIC -O1 -ggdb2 -Wall -Werror -Wundef -pedantic -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wsign-compare -Wmissing-prototypes -Wmissing-declarations -Wno-long-long",
thread_cflag => "-D_REENTRANT",