Skip to content

Commit

Permalink
Fix %arm macro to include newer processor types
Browse files Browse the repository at this point in the history
Signed-off-by: Bernhard Rosenkränzer <bero@lindev.ch>
  • Loading branch information
berolinux authored and pmatilai committed Oct 1, 2018
1 parent 8c3a7b8 commit 7f0e0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros.in
Expand Up @@ -1116,7 +1116,7 @@ package or when debugging this package.\

#------------------------------------------------------------------------------
# arch macro for all supported ARM processors
%arm armv3l armv4b armv4l armv4tl armv5tl armv5tel armv5tejl armv6l armv6hl armv7l armv7hl armv7hnl
%arm armv3l armv4b armv4l armv4tl armv5tl armv5tel armv5tejl armv6l armv6hl armv7l armv7hl armv7hnl armv8l armv8hl armv8hnl armv8hcnl

#------------------------------------------------------------------------------
# arch macro for 32-bit MIPS processors
Expand Down

0 comments on commit 7f0e0b5

Please sign in to comment.