forked from kiss-community/repo
grub: Remove pointless line
This commit is contained in:
parent
ec4db0b2d8
commit
687b271ca6
@ -3,7 +3,6 @@
|
|||||||
# Strip '-march' from 'CFLAGS' as per advice from upstream.
|
# Strip '-march' from 'CFLAGS' as per advice from upstream.
|
||||||
# Fixes build fails on specific hardware.
|
# Fixes build fails on specific hardware.
|
||||||
CFLAGS=$(printf %s "$CFLAGS" | sed 's/-march=[^ ]*//g')
|
CFLAGS=$(printf %s "$CFLAGS" | sed 's/-march=[^ ]*//g')
|
||||||
export CFLAGS
|
|
||||||
|
|
||||||
# Grub is built in a function so the script argument
|
# Grub is built in a function so the script argument
|
||||||
# needs to be stored.
|
# needs to be stored.
|
||||||
|
Loading…
Reference in New Issue
Block a user