From 31f470cbc44080972b1b941df748f07aa9f8f0f7 Mon Sep 17 00:00:00 2001 From: Domenico Iezzi Date: Tue, 22 Oct 2024 13:04:00 +0200 Subject: [PATCH] Restore INSTALL_PREFIX usage in makefile --- Makefile.in | 43 +++++++++++++++++-------------------------- 1 file changed, 17 insertions(+), 26 deletions(-) diff --git a/Makefile.in b/Makefile.in index 02e4993..eda360f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -8,15 +8,6 @@ GCC_SRCDIR := @with_gcc_src@ CONFIGURE_HOST = @configure_host@ -ifeq (--host=x86_64-w64-mingw32, $(CONFIGURE_HOST)) -STAGE1_PREFIX := /tmp/stage1 -FINAL_PREFIX := $(INSTALL_DIR) -else -STAGE1_PREFIX := $(INSTALL_DIR) -FINAL_PREFIX := $(INSTALL_DIR) -endif - - all: stamps/build-gcc-stage2 clean-binutils-tc: @@ -47,7 +38,7 @@ stamps/build-binutils-mcs: $(BINUTILS_SRCDIR) cd $(notdir $@) && $