From owner-freebsd-commit Tue Oct 17 21:28:52 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA25109 for freebsd-commit-outgoing; Tue, 17 Oct 1995 21:28:52 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA25094 for cvs-all-outgoing; Tue, 17 Oct 1995 21:28:48 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA25084 for cvs-gnu-outgoing; Tue, 17 Oct 1995 21:28:44 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA25074 ; Tue, 17 Oct 1995 21:28:35 -0700 Date: Tue, 17 Oct 1995 21:28:35 -0700 From: David Greenman Message-Id: <199510180428.VAA25074@freefall.freebsd.org> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/cc/include tm.h Sender: owner-commit@FreeBSD.org Precedence: bulk davidg 95/10/17 21:28:33 Modified: gnu/usr.bin/cc/include tm.h Log: When building -static, link with special scrt0.o instead of crt0.o. This reduces the text size by about 1.5Kbytes.