From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30785 invoked by alias); 2 Feb 2009 14:23:46 -0000 Received: (qmail 30777 invoked by uid 22791); 2 Feb 2009 14:23:45 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,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 14:23:41 +0000 Received: from localhost (hagrid.ecoscentric.com [127.0.0.1]) by mail.ecoscentric.com (Postfix) with ESMTP id C1E2960B8019 for ; Mon, 2 Feb 2009 14:23:39 +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 HJB1RftTUyZ5; Mon, 2 Feb 2009 14:23:39 +0000 (GMT) Date: Mon, 02 Feb 2009 14:23:00 -0000 Message-Id: From: Bart Veer To: ecos-patches@sourceware.org Subject: fr30 compiler flags update 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/msg00005.txt.bz2 2009-01-31 Bart Veer * cdl/hal_fr30_skmb91302.cdl: update compiler flags for gcc 4.x Index: skmb91302/current/cdl/hal_fr30_skmb91302.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/fr30/skmb91302/current/cdl/hal_fr30_skmb91302.cdl,v retrieving revision 1.3 diff -u -p -r1.3 hal_fr30_skmb91302.cdl --- skmb91302/current/cdl/hal_fr30_skmb91302.cdl 29 Jan 2009 17:49:18 -0000 1.3 +++ skmb91302/current/cdl/hal_fr30_skmb91302.cdl 2 Feb 2009 14:22:47 -0000 @@ -151,7 +151,7 @@ cdl_package CYGPKG_HAL_FR30_MB91301_SKMB display "Global compiler flags" flavor data no_define - default_value { "-Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-use-cxa-atexit" } + default_value { CYGBLD_GLOBAL_WARNFLAGS . " -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-use-cxa-atexit" } description "This option controls the global compiler flags which are used to compile all packages by default. Individual packages may define options which