blob: b62a588c66821621eaeb0a66b2807167a2014b54 [file] [log] [blame]
Brad Bishopc342db32019-05-15 21:57:59 -04001From 107fd860529a3c1319d54c3c225758457b0d9394 Mon Sep 17 00:00:00 2001
2From: Stephen Arnold <sarnold@vctlabs.com>
3Date: Sun, 12 Jun 2016 18:09:56 -0700
4Subject: [PATCH] qemu-native: set ld.bfd, fix cflags, and set some environment
5
6Upstream-Status: Pending
7
8---
9 configure | 4 ----
10 1 file changed, 4 deletions(-)
11
12diff --git a/configure b/configure
13index eaf9bb5e..de2933d1 100755
14--- a/configure
15+++ b/configure
16@@ -5928,10 +5928,6 @@ write_c_skeleton
17 if test "$gcov" = "yes" ; then
18 CFLAGS="-fprofile-arcs -ftest-coverage -g $CFLAGS"
19 LDFLAGS="-fprofile-arcs -ftest-coverage $LDFLAGS"
20-elif test "$fortify_source" = "yes" ; then
21- CFLAGS="-O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 $CFLAGS"
22-elif test "$debug" = "no"; then
23- CFLAGS="-O2 $CFLAGS"
24 fi
25
26 if test "$have_asan" = "yes"; then