diff options
-rw-r--r-- | .gitignore | 3 | ||||
-rwxr-xr-x | build | 5 |
2 files changed, 8 insertions, 0 deletions
@@ -14,5 +14,8 @@ gcc-*-*-*-*.pkg/ g++-*-*-*-*.pkg/ targets.mk +# Local macro overrides +local.mk + # Work area tmp/ @@ -53,9 +53,14 @@ bootstrap1_opts = \ --disable-libmudflap \ --disable-libssp +include ../local.mk + nop: @: +../local.mk: + >../local.mk + $(configure_targets): if [ 'x$(OPK_HOST_PLAT)' = 'xbootstrap1' ]; then \ oh-autoconfigure -B "$(builddir)" -t "$(target)" -- \ |