~ubuntu-branches/ubuntu/hoary/binutils/hoary

« back to all changes in this revision

Viewing changes to debian/patches/010_disable_efi_app_ia32_TEMPORARY.diff

  • Committer: Bazaar Package Importer
  • Author(s): Christopher C. Chimelis
  • Date: 2002-04-18 13:03:49 UTC
  • Revision ID: james.westby@ubuntu.com-20020418130349-pr9a1j3znz4gh3j6
Tags: 2.12.90.0.1-4
* Added patch from Gerhardt Tonn
  to fix s390 merge problem (closes: Bug#143187)
* Corrected DOW of my last changelog entry :-P

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -urN binutils-2.11.92.0.12.3/bfd/config.bfd binutils-2.11.92.0.12.3.new/bfd/config.bfd
 
2
--- binutils-2.11.92.0.12.3/bfd/config.bfd      Fri Nov 16 17:05:51 2001
 
3
+++ binutils-2.11.92.0.12.3.new/bfd/config.bfd  Fri Feb  1 15:09:44 2002
 
4
@@ -387,7 +387,7 @@
 
5
     ;;
 
6
   i[3456]86-*-linux-gnu*)
 
7
     targ_defvec=bfd_elf32_i386_vec
 
8
-    targ_selvecs="i386linux_vec bfd_efi_app_ia32_vec"
 
9
+    targ_selvecs="i386linux_vec"
 
10
     ;;
 
11
 #ifdef BFD64    
 
12
   x86_64-*-freebsd*)
 
13
@@ -396,7 +396,7 @@
 
14
     ;;
 
15
   x86_64-*-linux-gnu*)
 
16
     targ_defvec=bfd_elf64_x86_64_vec
 
17
-    targ_selvecs="bfd_elf32_i386_vec i386linux_vec bfd_efi_app_ia32_vec"
 
18
+    targ_selvecs="bfd_elf32_i386_vec i386linux_vec"
 
19
     ;;
 
20
 #endif
 
21
   i[3456]86-*-lynxos*)