Skip to content

Commit

Permalink
Update lucky 2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sirpdboy authored May 22, 2024
1 parent 3fb0e48 commit f9f8620
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions lucky/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,30 +17,29 @@ endif
ifeq ($(ARCH),mips)
LUCKY_ARCH:=mips_softfloat
endif
ifeq ($(ARCH),i386)
LUCKY_ARCH:=i386
ifeq ($(ARCH),arm)
LUCKY_ARCH:=armv5
endif
ifeq ($(ARCH),x86_64)
LUCKY_ARCH:=x86_64
ifeq ($(BOARD),kirkwood)
LUCKY_ARCH:=armv5
endif
ifeq ($(ARCH),arm)
ifeq ($(ARCH),armv7)
LUCKY_ARCH:=armv7
endif

ifeq ($(ARCH),arm64)
ifeq ($(ARCH),aarch64)
LUCKY_ARCH:=arm64
endif
ifeq ($(BOARD),bcm53xx)
LUCKY_ARCH:=armv7
ifeq ($(word 2,$(subst +,$(space),$(call qstrip,$(CONFIG_CPU_TYPE)))),)
LUCKY_ARCH:=armv5
ifeq ($(ARCH),arm64)
LUCKY_ARCH:=arm64
endif
ifeq ($(ARCH),armv8)
LUCKY_ARCH:=arm64
endif
ifeq ($(BOARD),kirkwood)
LUCKY_ARCH:=armv5
ifeq ($(ARCH),i386)
LUCKY_ARCH:=i386
endif
ifeq ($(ARCH),aarch64)
LUCKY_ARCH:=arm64
ifeq ($(ARCH),x86_64)
LUCKY_ARCH:=x86_64
endif

PKG_LICENSE:=GPL-3.0-only
Expand Down

0 comments on commit f9f8620

Please sign in to comment.