summaryrefslogtreecommitdiffstats
path: root/Configurations/10-main.conf
diff options
context:
space:
mode:
Diffstat (limited to 'Configurations/10-main.conf')
-rw-r--r--Configurations/10-main.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index e773563dab..21b4f3b2c4 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -148,6 +148,7 @@ my %targets = (
#### Basic configs that should work on any 32-bit box
"gcc" => {
+ inherit_from => [ "BASE_unix" ],
cc => "gcc",
cflags => picker(debug => "-O0 -g",
release => "-O3"),
@@ -155,6 +156,7 @@ my %targets = (
bn_ops => "BN_LLONG",
},
"cc" => {
+ inherit_from => [ "BASE_unix" ],
cc => "cc",
cflags => "-O",
thread_scheme => "(unknown)",