We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f23bdf commit 8c5e080Copy full SHA for 8c5e080
Makefile.system
@@ -9,7 +9,7 @@ ifndef TOPDIR
9
TOPDIR = .
10
endif
11
12
-# If ARCH is not set, we use the host system's architecture for getarch compile options.
+ # If ARCH is not set, we use the host system's architecture for getarch compile options.
13
ifndef ARCH
14
HOSTARCH := $(shell uname -m)
15
else
@@ -73,6 +73,18 @@ endif
73
#
74
# Beginning of system configuration
75
76
+ifneq ($(BUILD_SINGLE),1)
77
+ifneq ($(BUILD_DOUBLE),1)
78
+ifneq ($(BUILD_COMPLEX),1)
79
+ifneq ($(BUILD_COMPLEX16),1)
80
+override BUILD_SINGLE=1
81
+override BUILD_DOUBLE=1
82
+override BUILD_COMPLEX=1
83
+override BUILD_COMPLEX16=1
84
+endif
85
86
87
88
89
ifndef HOSTCC
90
HOSTCC = $(CC)
0 commit comments