summaryrefslogtreecommitdiffstats
path: root/recipes/util-linux/files/fdiskbsdlabel-avr32.patch
blob: 4a7d8f4dc83165b1d7d76fb03c3ac03789c6a843 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- /tmp/fdiskbsdlabel.h	2007-09-14 08:52:56.188364759 +0200
+++ util-linux-2.12r/fdisk/fdiskbsdlabel.h	2007-09-14 08:53:31.279986639 +0200
@@ -43,7 +43,7 @@
 
 #define BSD_LINUX_BOOTDIR "/usr/ucb/mdec"
 
-#if defined (i386) || defined (__sparc__) || defined (__arm__) || defined (__mips__) || defined (__s390__) || defined (__sh__) || defined(__x86_64__)
+#if defined (i386) || defined (__sparc__) || defined (__arm__) || defined (__mips__) || defined (__s390__) || defined (__sh__) || defined(__x86_64__) || defined(__avr32__)
 #define BSD_LABELSECTOR   1
 #define BSD_LABELOFFSET   0
 #elif defined (__alpha__) || defined (__powerpc__) || defined (__ia64__) || defined (__hppa__)