summaryrefslogtreecommitdiffstats
path: root/Configurations/50-haiku.conf
diff options
context:
space:
mode:
Diffstat (limited to 'Configurations/50-haiku.conf')
-rw-r--r--Configurations/50-haiku.conf9
1 files changed, 5 insertions, 4 deletions
diff --git a/Configurations/50-haiku.conf b/Configurations/50-haiku.conf
index b57e148710..cd6d10e5f0 100644
--- a/Configurations/50-haiku.conf
+++ b/Configurations/50-haiku.conf
@@ -1,10 +1,11 @@
my %targets = (
"haiku-common" => {
template => 1,
- cc => "cc",
- cflags => add_before(picker(default => "-DL_ENDIAN -Wall -include \$(SRCDIR)/os-dep/haiku.h",
+ CC => "cc",
+ CFLAGS => add_before(picker(default => "-Wall",
debug => "-g -O0",
- release => "-O2"),
+ release => "-O2")),
+ cflags => add_before("-DL_ENDIAN -include \$(SRCDIR)/os-dep/haiku.h",
threads("-D_REENTRANT")),
sys_id => "HAIKU",
ex_libs => "-lnetwork",
@@ -18,7 +19,7 @@ my %targets = (
},
"haiku-x86" => {
inherit_from => [ "haiku-common", asm("x86_elf_asm") ],
- cflags => add(picker(release => "-fomit-frame-pointer")),
+ CFLAGS => add(picker(release => "-fomit-frame-pointer")),
bn_ops => "BN_LLONG",
},
"haiku-x86_64" => {