]> err.no Git - util-linux/commitdiff
fdisk: fix building for AVR32 and CRIS
authorImre Kaloz <kaloz@openwrt.org>
Sun, 9 Dec 2007 17:59:58 +0000 (18:59 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 17 Dec 2007 09:29:04 +0000 (10:29 +0100)
The following simple patch fixes fdisk compilation for the AVR32 and CRIS architectures.

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
Signed-off-by: Karel Zak <kzak@redhat.com>
fdisk/fdiskbsdlabel.h

index 1838dca80782834199cb865fc9580156bce9c078..461c2acc7b30d6cef1090f8c323986a7c03b13cb 100644 (file)
@@ -46,7 +46,9 @@
 
 #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__) || defined(__cris__)
 #define BSD_LABELSECTOR   1
 #define BSD_LABELOFFSET   0
 #elif defined (__alpha__) || defined (__powerpc__) || defined (__ia64__) || defined (__hppa__)