diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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) |