From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-x236.google.com (mail-it0-x236.google.com [IPv6:2607:f8b0:4001:c0b::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 334A91A1DFC for ; Fri, 5 Aug 2016 07:34:12 -0700 (PDT) Received: by mail-it0-x236.google.com with SMTP id u186so23368686ita.0 for ; Fri, 05 Aug 2016 07:34:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=rx1rM9KnJC38k/jI6aqX6vVl0xQR2YhCCrlYFpfhO3s=; b=D24d2nzYRpE4iwm0iWVNoxOVS6fwEWIeb9L6mit8pTc9FEJJ3TRKjQ+tK0N7owhtrC 0fDkQN90hTBBpeAN517x2GN24vnBbmluWYo3UuqEu9OMWLCOAn0PYxwoRMRnAlEhWgVP gjpTuQIb4adeTHIWLQGzGLgI+dG520kpUpB3k= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=rx1rM9KnJC38k/jI6aqX6vVl0xQR2YhCCrlYFpfhO3s=; b=lJJa5C2RqlDT4i/+C5BjCsB4AY+IymgMsPSUD4Fkqv0Mz7loFhgFjrxaveXuzXJxgS VAMvz3fLqGbwuxrcIQx6Sr8XoC1mKXw+SMfRUMt3B0jejs5SYgzJejRw16tJDRTsrgtU +1PBn49lAN29iK3/OMFdaK5mP+mEm4F/FyWs4zC4ntRf04HaDDdCa9PkTftagL6ouDfM Lh46is3UuGBrweon3ojkA4JJjFykCeILxPpbd6TbbiV9Rh1nMQ1dMgB/pd15ChJ0aZIx B1yfoblo/SIYY6vnqql8KC6QD57l6C/0q1hQQLh/N5JM91Yv7Kek/9cyXQEmYFqYQ9l1 SY2g== X-Gm-Message-State: AEkoouuSn78iCj09+ncvjQqJGuWRPbEraonoGWGq5ZPxqsEIacXMHXO+JTeWOSwvlNcYhosWp4oJ7UhvEQ/HHovv X-Received: by 10.36.107.211 with SMTP id v202mr4626141itc.51.1470407651503; Fri, 05 Aug 2016 07:34:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.204.195 with HTTP; Fri, 5 Aug 2016 07:34:11 -0700 (PDT) In-Reply-To: References: <1470321767-26921-1-git-send-email-ard.biesheuvel@linaro.org> <1470321767-26921-4-git-send-email-ard.biesheuvel@linaro.org> From: Ard Biesheuvel Date: Fri, 5 Aug 2016 16:34:11 +0200 Message-ID: To: Michael Zimmermann Cc: Yonghong Zhu , "Gao, Liming" , "edk2-devel@lists.01.org" , Leif Lindholm , "Cohen, Eugene" Subject: Re: [PATCH 3/3] BaseTools GCC/ARM: add -fno-builtin to CC flags X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2016 14:34:12 -0000 Content-Type: text/plain; charset=UTF-8 On 4 August 2016 at 18:01, Michael Zimmermann wrote: > not directly related but could we add nostdinc too? At least for my platform > that works perfectly and it prevents you from accidentally including any > libc/libgcc/whatever headers from your toolchain.(nostdlib is already > enabled) > That sounds like a sensible idea, yes.