libcdio: Workaround gcc ICE in thumb code when compiling with -O1
authorKhem Raj <raj.khem@gmail.com>
Sun, 10 Oct 2010 06:51:18 +0000 (23:51 -0700)
committerKhem Raj <raj.khem@gmail.com>
Sun, 10 Oct 2010 07:06:32 +0000 (00:06 -0700)
commit4dd166181f9da5c7b44cf31e863df8bc3d033b78
tree24e46eb9fd69e1cd1d13f341b982347e7ab7e904
parent638b900041e789bccfb68a487cd15af672ae29bf
libcdio: Workaround gcc ICE in thumb code when compiling with -O1

* This is a known bug in GCC 4.5 when compiling for thumb mode
  thats why we only override it for thumb
  DEBUG_OPTIMIZATION_thumb = "-Os -fno-omit-frame-pointer -g

Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/libcdio/libcdio.inc