Skip to content

Commit

Permalink
scripts/bootstrap-prefix: fix arm RAP profile (again)
Browse files Browse the repository at this point in the history
arm uses a sub-dir for the target, the main is still called arm

Closes: https://bugs.gentoo.org/920437
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
  • Loading branch information
fosslinux authored and grobian committed Dec 29, 2023
1 parent bc37c95 commit a709bd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/bootstrap-prefix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,8 @@ bootstrap_profile() {
profile=${profile_linux/ARCH/arm64}
;;
armv7*-pc-linux-gnu)
profile=${profile_linux/ARCH/arm7a}
profile=${profile_linux/ARCH/arm}
profile=${profile/17.0/17.0/armv7a}
;;
x86_64-pc-solaris2.11)
profile="prefix/sunos/solaris/5.11/x64"
Expand Down

0 comments on commit a709bd7

Please sign in to comment.