From 562a59dda2611d1654136346fcd7b05f017106f3 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sun, 23 Oct 2016 06:16:04 +0000 Subject: binutils on powerpc now ignores --gc-sections. Remove the local patch to avoid using it on powerpc from Mesa. Tested by matthieu@ on macppc. --- lib/mesa/configure | 9 --------- 1 file changed, 9 deletions(-) (limited to 'lib/mesa/configure') diff --git a/lib/mesa/configure b/lib/mesa/configure index 10f3ae2cd..5e668ffc0 100755 --- a/lib/mesa/configure +++ b/lib/mesa/configure @@ -19727,15 +19727,6 @@ rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LDFLAGS=$save_LDFLAGS -case "$host_os" in -openbsd*) - case "$host_cpu" in - powerpc*) - GC_SECTIONS="" ;; - esac - ;; -esac - case "$host_os" in -- cgit v1.2.3