blob: a73681510ef627c4e919fd8a0d90ea1a649e44c1 [file] [log] [blame]
Brad Bishopc68388fc2019-08-26 01:33:31 -04001From 80e6070bcdfe636b103a13598e6c38ad0d0e7624 Mon Sep 17 00:00:00 2001
Brad Bishopc342db32019-05-15 21:57:59 -04002From: 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
Brad Bishopc68388fc2019-08-26 01:33:31 -040013index dad4fc59..685bbe5e 100755
Brad Bishopc342db32019-05-15 21:57:59 -040014--- a/configure
15+++ b/configure
Brad Bishopc68388fc2019-08-26 01:33:31 -040016@@ -5971,10 +5971,6 @@ write_c_skeleton
Brad Bishopc342db32019-05-15 21:57:59 -040017 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