mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
switch arm 32 bit arch from armv5tel to armv6l
we have no supported armv5tel board left so we can switch to the higher arch. This now can use the vpu (still in softfp calling convention to not break existing installations.) this fix many compile problems, also boost is now working again. Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# Copyright (C) 2007-2018 IPFire Team <info@ipfire.org> #
|
||||
# Copyright (C) 2007-2021 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 #
|
||||
@@ -25,7 +25,7 @@
|
||||
include Config
|
||||
|
||||
VER = 0.7.3
|
||||
SUP_ARCHES = x86_64 i586 armv5tel
|
||||
SUP_ARCHES = x86_64 i586 armv6l
|
||||
|
||||
THISAPP = ltrace-$(VER)
|
||||
DL_FILE = ltrace_$(VER).orig.tar.bz2
|
||||
|
||||
Reference in New Issue
Block a user