util-linux: add support for Xtensa
[Thomas Petazzoni: rename patch to not have the package version in the patch file name, adjust the commit title.] Signed-off-by: Chris Zankel <chris@zankel.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
01e859ebff
commit
b26e9f5499
11
package/util-linux/util-linux-004-xtensa-support.patch
Normal file
11
package/util-linux/util-linux-004-xtensa-support.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- util-linux-2.20.1/fdisk/fdiskbsdlabel.h.orig 2013-01-21 19:17:58.023049856 -0800
|
||||
+++ util-linux-2.20.1/fdisk/fdiskbsdlabel.h 2013-01-21 19:18:09.867050151 -0800
|
||||
@@ -49,7 +49,7 @@
|
||||
#if defined (i386) || defined (__sparc__) || defined (__arm__) || \
|
||||
defined (__mips__) || defined (__s390__) || defined (__sh__) || \
|
||||
defined(__x86_64__) || defined (__avr32__) || defined(__cris__) || \
|
||||
- defined(__aarch64__)
|
||||
+ defined(__aarch64__) || defined(__xtensa__)
|
||||
#define BSD_LABELSECTOR 1
|
||||
#define BSD_LABELOFFSET 0
|
||||
#elif defined (__alpha__) || defined (__powerpc__) || defined (__ia64__) || defined (__hppa__)
|
Loading…
Reference in New Issue
Block a user