소스 검색

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

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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 ;;

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.