util-linux-004-xtensa-support.patch 771 B

12345678910111213141516
  1. Forward-port of xtensa support patch to util-linux-2.22.2 by ??
  2. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
  3. diff -Nura util-linux-2.22.2/fdisks/fdiskbsdlabel.h util-linux-2.22.2.xtensa/fdisks/fdiskbsdlabel.h
  4. --- util-linux-2.22.2/fdisks/fdiskbsdlabel.h 2012-12-12 17:04:47.898355058 -0300
  5. +++ util-linux-2.22.2.xtensa/fdisks/fdiskbsdlabel.h 2013-03-07 18:17:32.292723061 -0300
  6. @@ -48,7 +48,7 @@
  7. #if defined (__i386__) || defined (__sparc__) || defined (__arm__) || \
  8. defined (__mips__) || defined (__s390__) || defined (__sh__) || \
  9. - defined (__aarch64__) || \
  10. + defined (__aarch64__) || defined (__xtensa__) || \
  11. defined(__x86_64__) || defined (__avr32__) || defined(__cris__)
  12. #define BSD_LABELSECTOR 1
  13. #define BSD_LABELOFFSET 0