Selaa lähdekoodia

multilib_header: Fall back to worsize form libc for bpf target

Setting bpf to use 64bit for wordlength is not right, it happens to
work perhaps becuase the targets its being run on are 64bit inherently

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Khem Raj 4 vuotta sitten
vanhempi
commit
6d8c7e3426
1 muutettua tiedostoa jossa 1 lisäystä ja 3 poistoa
  1. 1 3
      scripts/multilib_header_wrapper.h

+ 1 - 3
scripts/multilib_header_wrapper.h

@@ -5,9 +5,7 @@
  * 
  */
 
-#if defined (__bpf__)
-#define __MHWORDSIZE			64
-#elif defined (__arm__)
+#if defined (__arm__)
 #define __MHWORDSIZE			32
 #elif defined (__aarch64__) && defined ( __LP64__)
 #define __MHWORDSIZE			64