Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
grub: Remove pointless line
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Feb 21, 2020
1 parent ec4db0b commit 687b271
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/grub/build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# Strip '-march' from 'CFLAGS' as per advice from upstream.
# Fixes build fails on specific hardware.
CFLAGS=$(printf %s "$CFLAGS" | sed 's/-march=[^ ]*//g')
export CFLAGS

# Grub is built in a function so the script argument
# needs to be stored.
Expand Down

0 comments on commit 687b271

Please sign in to comment.