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. */
|
58 | 58 | %{shared|r|pie|fno-pic|fno-PIC|fno-pie|fno-PIE:; \ |
59 | 59 | :-pie --allow-shlib-undefined --export-dynamic} %{shared:-shared} \ |
60 | 60 | %{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}" |