Date: Thu, 12 Oct 2006 03:25:27 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 107727 for review Message-ID: <200610120325.k9C3PR14089552@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=107727 Change 107727 by jb@jb_freebsd8 on 2006/10/12 03:25:25 Remove my experimental threads-in-libc code. Reset these files to current (and back to the old NO_MAN style). Affected files ... .. //depot/projects/dtrace/src/gnu/usr.bin/cc/Makefile.inc#6 edit .. //depot/projects/dtrace/src/gnu/usr.bin/cc/c++/Makefile#5 edit .. //depot/projects/dtrace/src/gnu/usr.bin/cc/c++filt/Makefile#5 edit .. //depot/projects/dtrace/src/gnu/usr.bin/cc/cc1/Makefile#5 edit .. //depot/projects/dtrace/src/gnu/usr.bin/cc/cc1obj/Makefile#5 edit .. //depot/projects/dtrace/src/gnu/usr.bin/cc/cc1plus/Makefile#5 edit .. //depot/projects/dtrace/src/gnu/usr.bin/cc/cc_tools/Makefile#6 edit .. //depot/projects/dtrace/src/gnu/usr.bin/cc/f771/Makefile#5 edit .. //depot/projects/dtrace/src/gnu/usr.bin/cc/protoize/Makefile#5 edit Differences ... ==== //depot/projects/dtrace/src/gnu/usr.bin/cc/Makefile.inc#6 (text+ko) ==== @@ -8,7 +8,6 @@ GCCDIR= ${.CURDIR}/../../../../contrib/gcc -.include <bsd.own.mk> .include "Makefile.tgt" # Machine description. @@ -23,10 +22,6 @@ CFLAGS+= -DPREFIX=\"${TOOLS_PREFIX}/usr\" #CFLAGS+= -DWANT_COMPILER_INVARIANTS -.if ${MK_LIBC_THREADS} != "no" -CFLAGS+= -DFBSD_LIBC_THREADS -.endif - # If building 64-bit longs for the i386, "_LARGE_LONG" should also be defined # to get the proper sizes in limits.h .if defined(LONG_TYPE_SIZE) ==== //depot/projects/dtrace/src/gnu/usr.bin/cc/c++/Makefile#5 (text+ko) ==== @@ -9,7 +9,7 @@ SRCS= gcc.c g++spec.c LINKS= ${BINDIR}/c++ ${BINDIR}/g++ LINKS+= ${BINDIR}/c++ ${BINDIR}/CC -MK_MAN=no +NO_MAN= DPADD= ${LIBCC_INT} LDADD= ${LIBCC_INT} ==== //depot/projects/dtrace/src/gnu/usr.bin/cc/c++filt/Makefile#5 (text+ko) ==== @@ -6,7 +6,7 @@ PROG= c++filt SRCS= cp-demangle.c -MK_MAN=no +NO_MAN= CFLAGS+= -DSTANDALONE_DEMANGLER -DIN_GCC -DVERSION=\"$(version)\" ==== //depot/projects/dtrace/src/gnu/usr.bin/cc/cc1/Makefile#5 (text+ko) ==== @@ -7,7 +7,7 @@ PROG= cc1 SRCS= main.c c-parse+%DIKED.c c-lang.c stub-objc.c BINDIR= /usr/libexec -MK_MAN=no +NO_MAN= NO_SHARED?=yes CFLAGS+= -I. ==== //depot/projects/dtrace/src/gnu/usr.bin/cc/cc1obj/Makefile#5 (text+ko) ==== @@ -7,7 +7,7 @@ PROG= cc1obj SRCS= main.c objc-parse+DIKED.c objc-act.c objc-lang.c c-decl.c BINDIR= /usr/libexec -MK_MAN=no +NO_MAN= NO_SHARED?=yes CFLAGS+= -I${GCCDIR}/objc -I. ==== //depot/projects/dtrace/src/gnu/usr.bin/cc/cc1plus/Makefile#5 (text+ko) ==== @@ -12,7 +12,7 @@ search.c semantics.c tree.c typeck.c typeck2.c optimize.c BINDIR= /usr/libexec -MK_MAN=no +NO_MAN= NO_SHARED?=yes CFLAGS+= -I${GCCDIR}/cp -I. ==== //depot/projects/dtrace/src/gnu/usr.bin/cc/cc_tools/Makefile#6 (text+ko) ==== @@ -22,10 +22,6 @@ CFLAGS+= -DGENERATOR_FILE -.if ${MK_LIBC_THREADS} != "no" -CFLAGS+= -DFBSD_LIBC_THREADS -.endif - # #----------------------------------------------------------------------- # Build 'pocket' libiberty exclusively for build tools use. ==== //depot/projects/dtrace/src/gnu/usr.bin/cc/f771/Makefile#5 (text+ko) ==== @@ -10,7 +10,7 @@ stb.c stc.c std.c ste.c storag.c stp.c str.c sts.c stt.c stu.c stv.c \ stw.c symbol.c target.c top.c type.c where.c main.c BINDIR= /usr/libexec -MK_MAN=no +NO_MAN= CFLAGS+= -I${GCCDIR}/f -I. ==== //depot/projects/dtrace/src/gnu/usr.bin/cc/protoize/Makefile#5 (text+ko) ==== @@ -5,7 +5,7 @@ .PATH: ${.CURDIR}/../cc_tools ${GCCDIR} PROG= protoize -MK_MAN=no +NO_MAN= # things are rather hard-coded, we work around that here CFLAGS+= -DDEFAULT_TARGET_VERSION=\"\"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610120325.k9C3PR14089552>