From owner-cvs-all Mon Oct 7 9:10:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D047437B401; Mon, 7 Oct 2002 09:10:38 -0700 (PDT) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3010843E3B; Mon, 7 Oct 2002 09:10:38 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.3/8.12.5) with ESMTP id g97FnxgQ039159 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Mon, 7 Oct 2002 11:49:59 -0400 (EDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.3/8.12.5/Submit) id g97Fnxwe039156; Mon, 7 Oct 2002 11:49:59 -0400 (EDT) (envelope-from wollman) Date: Mon, 7 Oct 2002 11:49:59 -0400 (EDT) From: Garrett Wollman Message-Id: <200210071549.g97Fnxwe039156@khavrinen.lcs.mit.edu> To: "Tim J. Robbins" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin Makefile src/usr.bin/c99 Makefile c99.1 c99.c In-Reply-To: <200210070937.g979bt5T039003@freefall.freebsd.org> References: <200210070937.g979bt5T039003@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > Add the c99(1) utility, which is nothing more than a synonym for > cc -std=iso9899:1999 -pedantic, and is required by SUSv3. This is not sufficient. POSIX requires that certain `-l' arguments be recognized and (if necessary, as it is in our case) ignored. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message