diff options
author | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2008-09-17 08:51:54 +0000 |
---|---|---|
committer | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2008-09-17 08:51:54 +0000 |
commit | 16091faf1e33f7508a1b286e922689904c39b33a (patch) | |
tree | ad688057de5eb345ac9503e29181ba802216b76c /package/oprofile/oprofile-fix-autoconf-brain-damage.patch | |
parent | 87d3e5f9617ff08cdfb5477bb8903e0d86e9d1e3 (diff) |
oprofile: convert oprofile.mk to use Makefile.autotools.in and bump version
This patch bumps the version to 0.9.4 and converts the oprofile.mk to use
Makefile.autotools.in. Patches against 0.9.3 are removed since they are no
longer needed and a new patch for 0.9.4 is added.
Building for all architectures should now also be possible.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Signed-off-by: Fathi Boudra <fboudra@gmail.com>
Diffstat (limited to 'package/oprofile/oprofile-fix-autoconf-brain-damage.patch')
-rw-r--r-- | package/oprofile/oprofile-fix-autoconf-brain-damage.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/package/oprofile/oprofile-fix-autoconf-brain-damage.patch b/package/oprofile/oprofile-fix-autoconf-brain-damage.patch deleted file mode 100644 index 4551ee3d2..000000000 --- a/package/oprofile/oprofile-fix-autoconf-brain-damage.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/libutil++/bfd_support.cpp b/libutil++/bfd_support.cpp -index a33836f..9b0d1b2 100644 ---- a/libutil++/bfd_support.cpp -+++ b/libutil++/bfd_support.cpp -@@ -415,7 +415,7 @@ void bfd_info::close() - } - - --#if SYNTHESIZE_SYMBOLS -+#if SYNTHESIZE_SYMBOLS && 0 - bool bfd_info::get_synth_symbols() - { - extern const bfd_target bfd_elf64_powerpc_vec; |