Summary: | clang: error: unknown argument: '-fstack-protector-strong' | ||
---|---|---|---|
Product: | Mesa | Reporter: | Vinson Lee <vlee> |
Component: | Other | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | blocker | ||
Priority: | medium | ||
Version: | git | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | configure.ac: Remove -fstack-protector-strong from LLVM flags. |
Description
Vinson Lee
2014-02-15 02:16:35 UTC
Created attachment 99048 [details] [review] configure.ac: Remove -fstack-protector-strong from LLVM flags. commit 8479edf3d7c693ad53f0285db03f1e2acfb777e1 Author: Vinson Lee <vlee@freedesktop.org> Date: Fri May 9 18:21:59 2014 -0700 configure.ac: Remove -fstack-protector-strong from LLVM flags. -fstack-protector-strong is not supported by clang. This patch fixes this build error on Fedora 20 with clang. CXX gallivm/lp_bld_debug.lo clang: error: unknown argument: '-fstack-protector-strong' Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=75010 Signed-off-by: Vinson Lee <vlee@freedesktop.org> |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.