summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/build b/build
index 6dec72e..8ca1cd6 100755
--- a/build
+++ b/build
@@ -13,7 +13,8 @@ targets = $(OPK_HOST_ARCH)
version = $$(printf '%s\n' '$(OPK_SOURCE_VERSION_UPSTREAM)' | sed 's/+sip.*//')
base_version = $$(printf '%s\n' '$(OPK_SOURCE)' | sed 's/^gcc-//')
-target = ~none # Will be set in sub-makes
+# target will be set in sub-makes.
+target = ~none
target_gnu = $$(oh-architecture $(target))
builddir = obj-$(target)
@@ -61,7 +62,8 @@ bootstrap1_opts = \
--disable-libgomp \
--disable-libssp
-tm = src/gcc/config # Abbreviation for build-gcc-config
+# Abbreviation for build-gcc-config
+tm = src/gcc/config
# Defaults:
libdir = /usr/lib/$(OPK_HOST_ARCH)