]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/Config
Drop support for i586
[ipfire-2.x.git] / lfs / Config
index f0139e1c59f3e3502351918bfe254b393860b632..76a07b088f6a34dfd69686e76e33288b309da409 100644 (file)
@@ -62,10 +62,6 @@ ifeq "$(BUILD_ARCH)" "x86_64"
        IS_64BIT = 1
 endif
 
-ifeq "$(BUILD_ARCH)" "i586"
-       IS_32BIT = 1
-endif
-
 ifeq "$(BUILD_ARCH)" "riscv64"
        IS_64BIT = 1
 endif
@@ -81,6 +77,11 @@ TAR_OPTIONS = \
        --acls \
        --xattrs --xattrs-include='*'
 
+ZSTD_OPTIONS = \
+       -T$(PARALLELISM) \
+       -19 \
+       --long
+
 # URLs that are common sources of downloads.  If you're having trouble with
 # a site you should change its URL to that of a suitable mirror site.
 #
@@ -138,6 +139,9 @@ ifeq "$(BUILD_ARCH)" "aarch64"
        GOARCH = arm64
 endif
 
+# Rust
+export CARGOPATH = $(HOME)/.cargo
+
 ###############################################################################
 # Common Macro Definitions
 ###############################################################################
@@ -179,7 +183,7 @@ define POSTBUILD
        @echo "Updating linker cache..."
        @type -p ldconfig >/dev/null && ldconfig || :
        @echo "Install done; saving file list to $(TARGET) ..."
-       @rm -rf $(GOPATH)
+       @rm -rf $(GOPATH) $(CARGOPATH)
        @$(FIND_FILES) > $(DIR_SRC)/lsalrnew
        @diff $(DIR_SRC)/lsalr $(DIR_SRC)/lsalrnew | grep '^> ' | sed 's/^> //' > $(TARGET)_diff
        @cp -f $(DIR_SRC)/lsalrnew $(DIR_SRC)/lsalr