Date: Tue, 17 Feb 2009 09:53:09 +0100 From: Gilles <gilles.ganault@free.fr> To: freebsd-questions@freebsd.org Subject: Re: [6.3/MySQL Server 5.1] item_cmpfunc.h:1301: internal compiler error Message-ID: <plukp4lnsmvooi3rfbd4c31et3vje776qk@4ax.com> References: <tnsip4dddvftabch27l4cndk5atk8euvud@4ax.com> <gnbsa1$a0b$1@ger.gmane.org> <6suip45ucdh4h7uuf4p6en66orr05qtr5q@4ax.com> <200902161132.47046.fbsd.questions@rachie.is-a-geek.net> <h7ukp41c5tksc8812rg0hovjqp7ti4ahn9@4ax.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 17 Feb 2009 09:45:40 +0100, Gilles <gilles.ganault@free.fr> wrote: >How should I tell gcc to compile for either a PIII processor, or just >plain i386? BTW, here are the CFLAGS-related lines MySQL Server's Makefile: .if defined(WITH_LINUXTHREADS) CFLAGS+= -D__USE_UNIX98 -D_REENTRANT -D_THREAD_SAFE CFLAGS+= -I${LOCALBASE}/include/pthread/linuxthreads .else CFLAGS+= ${PTHREAD_CFLAGS} .endif .if defined(BUILD_OPTIMIZED) CFLAGS+= -O3 -fno-omit-frame-pointer CFLAGS+= -fno-gcse .endif .if defined(WITHOUT_THR_ALARM) CFLAGS+= -DDONT_USE_THR_ALARM .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?plukp4lnsmvooi3rfbd4c31et3vje776qk>