]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/stage1
Drop support for armv6l (and armv7hl)
[people/pmueller/ipfire-2.x.git] / lfs / stage1
index c4c578411eb19980033dddb1335a98bc73569338..2f8db61a1c07f9d770fd8c367629463694691876 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -39,7 +39,7 @@ check :
 
 download :
 
-md5 :
+b2 :
 
 ###############################################################################
 # Installation Details
@@ -48,10 +48,11 @@ md5 :
 $(TARGET) :
        @$(PREBUILD)
 
-       mkdir -pv /tools/lib
+       mkdir -pv $(TOOLS_DIR)/lib
+       ln -svf lib $(TOOLS_DIR)/lib64
 
-ifeq "$(IS_64BIT)" "1"
-       ln -svf lib /tools/lib64
+ifeq "$(BUILD_ARCH)" "riscv64"
+       ln -svf . $(TOOLS_DIR)/lib/lp64d
 endif
 
        @$(POSTBUILD)