grub: Remove pointless line

This commit is contained in:
Dylan Araps 2020-02-22 00:32:40 +02:00
parent ec4db0b2d8
commit 687b271ca6
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 0 additions and 1 deletions

View File

@ -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.