mirror of
https://review.haiku-os.org/buildtools
synced 2024-11-23 15:29:11 +01:00
gcc: ppc: Remove now-redundant CC1_SPEC
Signed-off-by: Jérôme Duval <jerome.duval@gmail.com>
This commit is contained in:
parent
0b1666ccbe
commit
a0d6e40ddd
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user