blob: ad52f37d9b247c81d31670346cfc24c91b8e1b6e [file] [log] [blame]
Brad Bishopd5ae7d92018-06-14 09:52:03 -07001From 4b21a8db60c32f93df56e6111bb926c91680d6f2 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 configure | 4 ----
9 1 file changed, 4 deletions(-)
10
11diff --git a/configure b/configure
12index c30fd45..b5312f4 100755
13--- a/configure
14+++ b/configure
15@@ -5115,10 +5115,6 @@ fi
16 if test "$gcov" = "yes" ; then
17 CFLAGS="-fprofile-arcs -ftest-coverage -g $CFLAGS"
18 LDFLAGS="-fprofile-arcs -ftest-coverage $LDFLAGS"
19-elif test "$fortify_source" = "yes" ; then
20- CFLAGS="-O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 $CFLAGS"
21-elif test "$debug" = "no"; then
22- CFLAGS="-O2 $CFLAGS"
23 fi
24
25 ##########################################