diff options
Diffstat (limited to 'i18n/fr_FR/projects/flashrom-cros/patches/flashrom-arm-20170120-f5c27c4.diff')
-rw-r--r-- | i18n/fr_FR/projects/flashrom-cros/patches/flashrom-arm-20170120-f5c27c4.diff | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/i18n/fr_FR/projects/flashrom-cros/patches/flashrom-arm-20170120-f5c27c4.diff b/i18n/fr_FR/projects/flashrom-cros/patches/flashrom-arm-20170120-f5c27c4.diff deleted file mode 100644 index 013efa17..00000000 --- a/i18n/fr_FR/projects/flashrom-cros/patches/flashrom-arm-20170120-f5c27c4.diff +++ /dev/null @@ -1,33 +0,0 @@ -diff --git a/hwaccess.h b/hwaccess.h -index 0299ecb..a6732c2 100644 ---- a/hwaccess.h -+++ b/hwaccess.h -@@ -24,11 +24,9 @@ - #ifndef __HWACCESS_H__ - #define __HWACCESS_H__ 1 - --#if defined (__i386__) || defined (__x86_64__) --#if defined(__GLIBC__) -+#if defined (__i386__) || defined (__x86_64__) || defined(__arm__) - #include <sys/io.h> - #endif --#endif - - #if NEED_PCI == 1 - /* -@@ -72,7 +70,6 @@ - - #if !defined (__FLASHROM_BIG_ENDIAN__) && !defined (__FLASHROM_LITTLE_ENDIAN__) - /* Nonstandard libc-specific macros for determining endianness. */ --#if defined(__GLIBC__) - #include <endian.h> - #if BYTE_ORDER == LITTLE_ENDIAN - #define __FLASHROM_LITTLE_ENDIAN__ 1 -@@ -80,7 +77,6 @@ - #define __FLASHROM_BIG_ENDIAN__ 1 - #endif - #endif --#endif - - #if !defined (__FLASHROM_BIG_ENDIAN__) && !defined (__FLASHROM_LITTLE_ENDIAN__) - #error Unable to determine endianness. Please add support for your arch or libc. |