]> git.pld-linux.org Git - packages/busybox.git/commitdiff
- there is no EM_SPARC64 (from sparc64_fixes patch)
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 9 Nov 2006 17:41:04 +0000 (17:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    busybox-insmod-morearchs.patch -> 1.5

busybox-insmod-morearchs.patch

index 20be8f7ab81df95f846516001f3e9192beb92bb4..dc11c563a78627a27e8e5e8f71cfec90cc7594eb 100644 (file)
@@ -24,7 +24,7 @@
  /* Sparc */
  #if defined(__sparc__)
 +#  if defined(__arch64__)
-+#define MATCH_MACHINE(x) ((x) == EM_SPARCV9 || (x) == EM_SPARC64)
++#define MATCH_MACHINE(x) (x == EM_SPARCV9)
 +#define SHT_RELM       SHT_RELA
 +#define Elf64_RelM     Elf64_Rela
 +#define ELFCLASSM      ELFCLASS64
This page took 0.759778 seconds and 4 git commands to generate.