diff options
Diffstat (limited to 'meta/packages/qemu/files/configure.patch')
-rw-r--r-- | meta/packages/qemu/files/configure.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/packages/qemu/files/configure.patch b/meta/packages/qemu/files/configure.patch deleted file mode 100644 index ea83f8cd6d..0000000000 --- a/meta/packages/qemu/files/configure.patch +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | Index: qemu/configure | ||
2 | =================================================================== | ||
3 | --- qemu.orig/configure 2006-02-09 17:58:47.000000000 +0000 | ||
4 | +++ qemu/configure 2006-02-21 17:47:31.000000000 +0000 | ||
5 | @@ -482,7 +482,7 @@ | ||
6 | fi | ||
7 | echo "HOST_CC=$host_cc" >> $config_mak | ||
8 | echo "AR=$ar" >> $config_mak | ||
9 | -echo "STRIP=$strip -s -R .comment -R .note" >> $config_mak | ||
10 | +echo "STRIP=$strip" >> $config_mak | ||
11 | echo "CFLAGS=$CFLAGS" >> $config_mak | ||
12 | echo "LDFLAGS=$LDFLAGS" >> $config_mak | ||
13 | echo "EXESUF=$EXESUF" >> $config_mak | ||