mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
gdb: Add patch to ignore bogus CFLAGS whitespace changes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3209 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -11,7 +11,8 @@ RRECOMMENDS_gdb_append_linux-gnueabi = " glibc-thread-db "
|
||||
inherit gettext
|
||||
|
||||
SRC_URI += "file://kill_arm_map_symbols.patch;patch=1 \
|
||||
file://gdbserver-cflags-last.diff;patch=1;pnum=0"
|
||||
file://gdbserver-cflags-last.diff;patch=1;pnum=0 \
|
||||
file://ignore_whitespace_changes.patch;patch=1"
|
||||
#FIXME file://uclibc.patch;patch=1 \
|
||||
|
||||
EXTRA_OEMAKE = "'SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc utils'"
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
require gdb.inc
|
||||
|
||||
PR = "r3"
|
||||
PR = "r4"
|
||||
|
||||
Reference in New Issue
Block a user