PERFORCE change 68251 for review

David Xu davidxu at FreeBSD.org
Tue Jan 4 13:01:15 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=68251

Change 68251 by davidxu at 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
 


More information about the p4-projects mailing list