1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

opkg: qemuarmv7 also use gcc 4.3.1

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4924 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2008-07-22 11:25:42 +00:00
parent dc82b9f9e4
commit 84d538074f
+1
View File
@@ -23,6 +23,7 @@ EXTRACFLAGS = ""
EXTRACFLAGS_omap-3430ldp = "-Wno-array-bounds"
EXTRACFLAGS_omap-3430sdp = "-Wno-array-bounds"
EXTRACFLAGS_beagleboard = "-Wno-array-bounds"
EXTRACFLAGS_qemuarmv7 = "-Wno-array-bounds"
TARGET_CFLAGS += "${EXTRACFLAGS}"