Ticket #12430: 0005-gcc-ppc-Remove-now-redundant-CC1_SPEC.patch

File 0005-gcc-ppc-Remove-now-redundant-CC1_SPEC.patch, 868 bytes (added by simonsouth, 9 years ago)

Remove redundant CC1_SPEC from ppc

  • gcc/gcc/config/rs6000/haiku.h

    From ef80bf8ce8042afd577305473bff26d8466942b6 Mon Sep 17 00:00:00 2001
    From: Simon South <ssouth@simonsouth.com>
    Date: Sun, 25 Oct 2015 05:03:26 -0400
    Subject: [PATCH 5/5] gcc: ppc: Remove now-redundant CC1_SPEC
    
    ---
     gcc/gcc/config/rs6000/haiku.h | 5 -----
     1 file changed, 5 deletions(-)
    
    diff --git a/gcc/gcc/config/rs6000/haiku.h b/gcc/gcc/config/rs6000/haiku.h
    index dd228e1..c76214c 100644
    a b Boston, MA 02111-1307, USA. */  
    5858   %{shared|r|pie|fno-pic|fno-PIC|fno-pie|fno-PIE:; \
    5959   :-pie --allow-shlib-undefined --export-dynamic} %{shared:-shared} \
    6060   %{nostart|shared:-e 0;:-no-undefined}"
    61 
    62 #undef CC1_SPEC
    63 #define CC1_SPEC \
    64   "%{fpic|fPIC|fpie|fPIE|fno-pic|fno-PIC|fno-pie|fno-PIE:;:-fPIC} \
    65    %{!Wmultichar: -Wno-multichar} %(cc1_cpu) %{profile:-p}"