mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 06:32:11 +02:00
iproute2: Remove -fcommon
This was fixed in upstream version 5.5.0. (From OE-Core rev: 9a9f67b7c50a8c28a75fc48c8abcb8a7bb35f0e6) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
17b80b70ba
commit
74e046959a
@@ -9,4 +9,4 @@ SRC_URI[sha256sum] = "bac543435cac208a11db44c9cc8e35aa902befef8750594654ee71941c
|
||||
|
||||
# CFLAGS are computed in Makefile and reference CCOPTS
|
||||
#
|
||||
EXTRA_OEMAKE_append = " CCOPTS='${CFLAGS} -fcommon'"
|
||||
EXTRA_OEMAKE_append = " CCOPTS='${CFLAGS}'"
|
||||
|
||||
Reference in New Issue
Block a user