gcc: ppc: Remove now-redundant CC1_SPEC

Signed-off-by: Jérôme Duval <jerome.duval@gmail.com>
This commit is contained in:
Simon South 2015-10-25 05:03:26 -04:00 committed by Jérôme Duval
parent 0b1666ccbe
commit a0d6e40ddd

View File

@ -58,8 +58,3 @@ Boston, MA 02111-1307, USA. */
%{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}"