[6.3/MySQL Server 5.1] item_cmpfunc.h:1301: internal compiler error

Gilles gilles.ganault at free.fr
Tue Feb 17 00:53:46 PST 2009


On Tue, 17 Feb 2009 09:45:40 +0100, Gilles <gilles.ganault at 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



More information about the freebsd-questions mailing list