[PowerPC] Remove -ftree-loop-linear from Makefiles
commita88b64b9bbf8b2a315206e211250c5529534a477
authorTulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
Fri, 18 May 2012 13:50:33 +0000 (18 08:50 -0500)
committerRyan S. Arnold <rsa@linux.vnet.ibm.com>
Fri, 18 May 2012 15:15:30 +0000 (18 10:15 -0500)
treefa8db8f25494143a6a4396026e5243a514cd50a0
parent610b86225e8d8ebd1400b4c083a04b624b4417b1
[PowerPC] Remove -ftree-loop-linear from Makefiles

In the past the "-ftree-loop-linear" switch provided a measurable
improvement in performance for certain functions.  At some point it
was assigned as the responsibility of Graphite in GCC.  It has been
found that even with Graphite enabled these flags no longer perform
any appreciable improvement over the baseline.

Graphite now has some open bugs which need to be fixed in order for it
to provide measurable performance improvements but it lacks active
development.  As a result some compiler distributors may disable
Graphite.  If Graphite is disabled then building GLIBC will fail if
the "-ftree-loop-linear" switch is used.

This patch removes the use of "-ftree-loop-linear" as unnecessary.
ChangeLog
sysdeps/powerpc/powerpc32/power4/Makefile
sysdeps/powerpc/powerpc32/power4/fpu/Makefile
sysdeps/powerpc/powerpc64/power4/Makefile
sysdeps/powerpc/powerpc64/power4/fpu/Makefile