Skip to content

Commit

Permalink
make our arm-none-eabi-size smarter about finding its upstream program
Browse files Browse the repository at this point in the history
  • Loading branch information
aegean-odyssey committed Jan 20, 2021
1 parent 00934d8 commit 5a53b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/arm-none-eabi-size
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Provides combined hexadecimal address and decimal size information.
# Copyright (c) 2019 Aegean Associates, Inc. All rights reserved.

SIZE=/usr/bin/arm-none-eabi-size
SIZE=$(which -a arm-none-eabi-size | tail -n1)

pretty_print()
{
Expand Down

0 comments on commit 5a53b47

Please sign in to comment.