diff options
Diffstat (limited to 'util-linux-2.27.1.local.patch')
-rw-r--r-- | util-linux-2.27.1.local.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/util-linux-2.27.1.local.patch b/util-linux-2.27.1.local.patch new file mode 100644 index 00000000..7c26291e --- /dev/null +++ b/util-linux-2.27.1.local.patch @@ -0,0 +1,21 @@ +--- util-linux-2.27.1/config/config.sub.orig 2015-01-07 13:05:37.000000000 +0100 ++++ util-linux-2.27.1/config/config.sub 2016-02-12 12:36:20.953559000 +0100 +@@ -804,6 +804,9 @@ + microblaze*) + basic_machine=microblaze-xilinx + ;; ++ midipix) ++ os=-midipix ++ ;; + mingw64) + basic_machine=x86_64-pc + os=-mingw64 +@@ -1384,7 +1387,7 @@ + | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ + | -chorusos* | -chorusrdb* | -cegcc* \ + | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ +- | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ ++ | -midipix* | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ + | -linux-newlib* | -linux-musl* | -linux-uclibc* \ + | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \ + | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ |