From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2462 invoked by alias); 2 Feb 2009 13:56:34 -0000 Received: (qmail 2452 invoked by uid 22791); 2 Feb 2009 13:56:33 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_20,SPF_PASS X-Spam-Check-By: sourceware.org Received: from hagrid.ecoscentric.com (HELO mail.ecoscentric.com) (212.13.207.197) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 02 Feb 2009 13:56:26 +0000 Received: from localhost (hagrid.ecoscentric.com [127.0.0.1]) by mail.ecoscentric.com (Postfix) with ESMTP id 0C4AB60B8019 for ; Mon, 2 Feb 2009 13:56:24 +0000 (GMT) Received: from mail.ecoscentric.com ([127.0.0.1]) by localhost (hagrid.ecoscentric.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FBMFZR+eXeqQ; Mon, 2 Feb 2009 13:56:23 +0000 (GMT) Date: Mon, 02 Feb 2009 13:56:00 -0000 Message-Id: From: Bart Veer To: ecos-patches@sourceware.org Subject: calmrisc16 cflags Mailing-List: contact ecos-patches-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-patches-owner@ecos.sourceware.org X-SW-Source: 2009-02/txt/msg00001.txt.bz2 The first per-architecture compiler flags update. All the warning flags now come from a centralized option. -fvtable-gc and -finit-priority have been removed. This patch is untested, I don't have a calmrisc16 compiler handy. Bart 2009-01-31 Bart Veer * cdl/hal_calm16_core.cdl: update compiler flags for gcc 4.x Index: core/current/cdl/hal_calm16_core.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/calmrisc16/core/current/cdl/hal_calm16_core.cdl,v retrieving revision 1.4 diff -u -p -r1.4 hal_calm16_core.cdl --- core/current/cdl/hal_calm16_core.cdl 29 Jan 2009 17:49:11 -0000 1.4 +++ core/current/cdl/hal_calm16_core.cdl 2 Feb 2009 13:53:22 -0000 @@ -105,7 +105,7 @@ cdl_package CYGPKG_HAL_CALM16_CORE { display "Global compiler flags" flavor data no_define - default_value { "-Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -fno-builtin" } + default_value { CYGBLD_GLOBAL_WARNFLAGS . " -g -O2 -fno-rtti -fno-exceptions -fno-builtin" } description " This option controls the global compiler flags which are used to compile all packages by