diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-02-03 12:44:11 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-02-03 12:44:11 +0000 |
commit | c8b59cd388cc39bae79799e1a3d09fc548ca1aee (patch) | |
tree | 8e66026979658224cef0ed49c1a70f6c111654de /lib/libGL | |
parent | 091552a4625619fbbc8ea6a64e3d5ee52fe8cd54 (diff) |
Remove a workaround for a gcc ICE on mips64 that was fixed
by a recent gcc commit.
Diffstat (limited to 'lib/libGL')
-rw-r--r-- | lib/libGL/libmesa/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/libGL/libmesa/Makefile b/lib/libGL/libmesa/Makefile index 73a7bf608..9a49b923e 100644 --- a/lib/libGL/libmesa/Makefile +++ b/lib/libGL/libmesa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2009/05/17 20:20:24 matthieu Exp $ +# $OpenBSD: Makefile,v 1.9 2010/02/03 12:44:10 matthieu Exp $ MESA= ${.CURDIR}/../../../dist/Mesa/src/mesa MESA_INCLUDE= ${.CURDIR}/../../../dist/Mesa/include @@ -411,12 +411,6 @@ x86_xform4.so: matypes.h .include <bsd.xorg.mk> -# Prevent a gcc ICE -.if ${MACHINE_ARCH} == mips64 -s_copypix.so: s_copypix.c - ${CC} -c -O0 ${CPPFLAGS} -fpic -DPIC $< -.endif - .if ${MACHINE} == sparc PICFLAG=-fPIC .endif |