Date: Tue, 4 Jan 2005 13:01:14 GMT From: David Xu <davidxu@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 68251 for review Message-ID: <200501041301.j04D1Ep7016476@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=68251 Change 68251 by davidxu@davidxu_tiger on 2005/01/04 13:00:32 lib name libthread.so remove -fno-builtin knob. Affected files ... .. //depot/projects/davidxu_thread/src/lib/libthread/Makefile#8 edit Differences ... ==== //depot/projects/davidxu_thread/src/lib/libthread/Makefile#8 (text+ko) ==== @@ -7,11 +7,7 @@ # To included legacy CSRG sccsid strings, add -DLIBC_SCCS and -DSYSLIBC_SCCS # (for system call stubs) to CFLAGS below. -DSYSLIBC_SCCS affects just the # system call stubs. -.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64" -LIB=thread -.else LIB=thread -.endif SHLIB_MAJOR= 1 CFLAGS+=-DPTHREAD_KERNEL CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/thread \ @@ -20,7 +16,7 @@ CFLAGS+=-I${.CURDIR}/sys CFLAGS+=-I${.CURDIR}/../../libexec/rtld-elf CFLAGS+=-I${.CURDIR}/../../libexec/rtld-elf/${MACHINE_ARCH} -CFLAGS+=-fno-builtin -Winline +CFLAGS+=-Winline CFLAGS+= -g
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501041301.j04D1Ep7016476>