⛏️ index : buildtools.git

author Simon South <ssouth@simonsouth.com> 2015-10-25 5:03:26.0 -04:00:00
committer Jérôme Duval <jerome.duval@gmail.com> 2015-10-28 18:05:34.0 +01:00:00
commit
a0d6e40dddb9b6de0f39aa25a435bd04224fd4f6 [patch]
tree
2081b77651853a502bf1ce43de2fb91e1fbe3718
parent
0b1666ccbe17f60e8db7b6263311a4617146e6df
download
a0d6e40dddb9b6de0f39aa25a435bd04224fd4f6.tar.gz

gcc: ppc: Remove now-redundant CC1_SPEC

Signed-off-by: Jérôme Duval <jerome.duval@gmail.com>

Diff

 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/gcc/gcc/config/rs6000/haiku.h
+++ a/gcc/gcc/config/rs6000/haiku.h
@@ -58,8 +58,3 @@
   %{shared|r|pie|fno-pic|fno-PIC|fno-pie|fno-PIE:; \
   :-pie --allow-shlib-undefined --export-dynamic} %{shared:-shared} \
   %{nostart|shared:-e 0;:-no-undefined}"

#undef CC1_SPEC
#define CC1_SPEC \
  "%{fpic|fPIC|fpie|fPIE|fno-pic|fno-PIC|fno-pie|fno-PIE:;:-fPIC} \

   %{!Wmultichar: -Wno-multichar} %(cc1_cpu) %{profile:-p}"