UBUNTU: SAUCE: KLUDGE: work around failed 'shrink-wrap' compiler optimisation
authorAndy Whitcroft <apw@canonical.com>
Tue, 8 Mar 2011 10:41:04 +0000 (10:41 +0000)
committerLeann Ogasawara <leann.ogasawara@canonical.com>
Mon, 28 Mar 2011 13:54:25 +0000 (06:54 -0700)
commit98180f322b6a2179b1d63ae65d26f813043a76ae
tree6b90ce0c27fe10e54d4446d41f8601baabd03038
parente92fb5fb9f6fe13f58242fe1278c3442bcb1a000
UBUNTU: SAUCE: KLUDGE: work around failed 'shrink-wrap' compiler optimisation

We are getting internal GCC failures compiling on non-i386
architectures:

    .../drivers/isdn/gigaset/isocdata.c: In function 'gigaset_isoc_buildframe':
    .../drivers/isdn/gigaset/isocdata.c:496:1:
    internal compiler error: in dwarf2out_frame_debug_adjust_cfa, at dwarf2out.c:1861
    Please submit a full bug report,
    with preprocessed source if appropriate.
    See <file:///usr/share/doc/gcc-4.5/README.Bugs> for instructions.
    {standard input}: Assembler messages:
    {standard input}:1376: Error: open CFI at the end of file; missing
    .cfi_endproc directive
    make[5]: *** [drivers/isdn/gigaset/isocdata.o] Error 1

BugLink: http://bugs.launchpad.net/bugs/730860
Signed-off-by: Andy Whitcroft <apw@canonical.com>
Makefile