diff options
Diffstat (limited to 'toolchain/mpc')
-rw-r--r-- | toolchain/mpc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/mpc/Makefile b/toolchain/mpc/Makefile index d790e0912..81f5b151d 100644 --- a/toolchain/mpc/Makefile +++ b/toolchain/mpc/Makefile @@ -14,8 +14,8 @@ $(WRKBUILD)/.headers: $(WRKBUILD)/.configured: (cd $(WRKBUILD); \ $(WRKBUILD)/configure \ - --prefix=$(STAGING_TOOLS) \ - --with-gmp=$(STAGING_TOOLS) \ + --prefix=$(STAGING_HOST_DIR) \ + --with-gmp=$(STAGING_HOST_DIR) \ --disable-shared \ --enable-static \ ); |