瀏覽代碼

fix udhcpc for x32, from musl-git

Waldemar Brodkorb 11 年之前
父節點
當前提交
db3364765c
共有 2 個文件被更改,包括 337 次插入102 次删除
  1. 337 90
      toolchain/musl/patches/musl-git-20140318.patch
  2. 0 12
      toolchain/musl/patches/musl-x32.patch

File diff suppressed because it is too large
+ 337 - 90
toolchain/musl/patches/musl-git-20140318.patch


+ 0 - 12
toolchain/musl/patches/musl-x32.patch

@@ -1,12 +0,0 @@
-diff -Nur musl-0.9.15.orig/configure musl-0.9.15/configure
---- musl-0.9.15.orig/configure	2014-03-16 21:17:29.000000000 +0100
-+++ musl-0.9.15/configure	2014-03-16 22:46:46.000000000 +0100
-@@ -226,7 +226,7 @@
- mips64*|powerpc64*) fail "$0: unsupported target \"$target\"" ;;
- arm*) ARCH=arm ;;
- i?86*) ARCH=i386 ;;
--x86_64-x32*|x32*) ARCH=x32 ;;
-+x86_64*x32) ARCH=x32 ;;
- x86_64*) ARCH=x86_64 ;;
- mips*) ARCH=mips ;;
- microblaze*) ARCH=microblaze ;;

Some files were not shown because too many files changed in this diff