From owner-freebsd-current Fri Nov 22 7:22:33 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0669D37B401 for ; Fri, 22 Nov 2002 07:22:33 -0800 (PST) Received: from seed.net.tw (sn16.seed.net.tw [139.175.54.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 336AF43E91 for ; Fri, 22 Nov 2002 07:22:27 -0800 (PST) (envelope-from leafy@leafy.idv.tw) Received: from [211.74.18.254] (port=49177 helo=leafy.idv.tw) by seed.net.tw with esmtp (Seednet 4.10:3) id 18FFdS-000DeF-00 for freebsd-current@freebsd.org; Fri, 22 Nov 2002 23:22:26 +0800 Received: from leafy.idv.tw (localhost [127.0.0.1]) by leafy.idv.tw (8.12.6/8.12.6) with ESMTP id gAMFMP1q050199 for ; Fri, 22 Nov 2002 23:22:25 +0800 (CST) (envelope-from leafy@leafy.idv.tw) Received: (from leafy@localhost) by leafy.idv.tw (8.12.6/8.12.6/Submit) id gAMFMOGD050198 for freebsd-current@freebsd.org; Fri, 22 Nov 2002 23:22:24 +0800 (CST) (envelope-from leafy) Date: Fri, 22 Nov 2002 23:22:24 +0800 From: JY To: freebsd-current@freebsd.org Subject: make core dumps on compiling libgcc2.c Message-ID: <20021122152203.GA50140@leafy.idv.tw> Mail-Followup-To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline User-Agent: Mutt/1.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am running -current circa Nov 19. cvsupped today. Buildworld core dumps on cc -c -p -O -pipe -mcpu=pentiumpro -fexceptions -DIN_GCC -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -DFINE_GRAINED_LIBRARIES -D_PTHREADS -DGTHREAD_USE_WEAK -I/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc/config -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc -I. -DL__main -o __main.po /usr/src/gnu/lib/libgcc/../../../contrib/gcc/libgcc2.c the core was make, signal 11. It doesn't matter if I use CPU?= or not, CFLAGS has been removed and it's all the same. Could someone hint on where to get more information out of it? Thank you, JY To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message