aboutsummaryrefslogtreecommitdiffstats
path: root/Configurations/90-team.conf
diff options
context:
space:
mode:
Diffstat (limited to 'Configurations/90-team.conf')
-rw-r--r--Configurations/90-team.conf14
1 files changed, 7 insertions, 7 deletions
diff --git a/Configurations/90-team.conf b/Configurations/90-team.conf
index 766746422e..52175049b1 100644
--- a/Configurations/90-team.conf
+++ b/Configurations/90-team.conf
@@ -6,20 +6,20 @@
cc => "purify gcc",
cflags => "-g -Wall",
thread_cflag => "(unknown)",
- ex_libs => "-lsocket -lnsl",
+ ex_libs => add(" ","-lsocket -lnsl"),
},
"debug" => {
cc => "gcc",
cflags => "-DBN_DEBUG -DREF_DEBUG -DCONF_DEBUG -DBN_CTX_DEBUG -DOPENSSL_NO_ASM -ggdb -g2 -Wformat -Wshadow -Wmissing-prototypes -Wmissing-declarations -Werror",
thread_cflag => "(unknown)",
- ex_libs => "-lefence",
+ ex_libs => add(" ","-lefence"),
},
"debug-erbridge" => {
inherit_from => [ "x86_64_asm" ],
cc => "gcc",
cflags => "$gcc_devteam_warn -DBN_DEBUG -DCONF_DEBUG -m64 -DL_ENDIAN -DTERMIO -g",
thread_cflag => "-D_REENTRANT",
- ex_libs => "-ldl",
+ ex_libs => add(" ","-ldl"),
bn_ops => "SIXTY_FOUR_BIT_LONG",
perlasm_scheme => "elf",
dso_scheme => "dlfcn",
@@ -34,7 +34,7 @@
cc => "gcc",
cflags => "-DBN_DEBUG -DREF_DEBUG -DCONF_DEBUG -DBN_CTX_DEBUG -DL_ENDIAN -g -mcpu=pentium -Wall",
thread_cflag => "-D_REENTRANT",
- ex_libs => "-ldl",
+ ex_libs => add(" ","-ldl"),
bn_ops => "BN_LLONG",
dso_scheme => "dlfcn",
},
@@ -43,7 +43,7 @@
cc => "gcc",
cflags => "-DBN_DEBUG -DREF_DEBUG -DCONF_DEBUG -DBN_CTX_DEBUG -DL_ENDIAN -g -mcpu=pentiumpro -Wall",
thread_cflag => "-D_REENTRANT",
- ex_libs => "-ldl",
+ ex_libs => add(" ","-ldl"),
bn_ops => "BN_LLONG",
dso_scheme => "dlfcn",
},
@@ -52,7 +52,7 @@
cc => "gcc",
cflags => "-DBN_DEBUG -DREF_DEBUG -DCONF_DEBUG -DBN_CTX_DEBUG -DL_ENDIAN -g -Wall",
thread_cflag => "-D_REENTRANT",
- ex_libs => "-ldl",
+ ex_libs => add(" ","-ldl"),
bn_ops => "BN_LLONG",
dso_scheme => "dlfcn",
shared_target => "linux-shared",
@@ -63,7 +63,7 @@
cc => "gcc",
cflags => "-DL_ENDIAN -O3 -fomit-frame-pointer -Wall",
thread_cflag => "-D_REENTRANT",
- ex_libs => "-ldl",
+ ex_libs => add(" ","-ldl"),
bn_ops => "BN_LLONG",
cpuid_asm_src => "x86cpuid.s",
bn_asm_src => "bn-586.s co-586.s x86-mont.s",