diff options
author | Dmitry Pankratov <dp@ubiquitech.com> | 2016-11-11 21:03:11 +0100 |
---|---|---|
committer | Dmitry Pankratov <dp@ubiquitech.com> | 2016-11-11 21:03:11 +0100 |
commit | 0d17d26005efbd5d6157df0f68a26c738c385ed2 (patch) | |
tree | 9c25ccb481bd4b58e54c692403d9c49402f09d98 /patches/ltrace/0.4/100-fix-build-with-exotic-linux-host-OS.patch | |
parent | 34ca68e3b076f4a7eea78aa46215fa50dfb1e322 (diff) | |
parent | 5ebbb52be04e42bbd1c28b903eba642bebaeb1b6 (diff) | |
download | crosstool-ng-0d17d26005efbd5d6157df0f68a26c738c385ed2.tar.gz crosstool-ng-0d17d26005efbd5d6157df0f68a26c738c385ed2.tar.bz2 crosstool-ng-0d17d26005efbd5d6157df0f68a26c738c385ed2.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'patches/ltrace/0.4/100-fix-build-with-exotic-linux-host-OS.patch')
-rw-r--r-- | patches/ltrace/0.4/100-fix-build-with-exotic-linux-host-OS.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/patches/ltrace/0.4/100-fix-build-with-exotic-linux-host-OS.patch b/patches/ltrace/0.4/100-fix-build-with-exotic-linux-host-OS.patch deleted file mode 100644 index eba117ae..00000000 --- a/patches/ltrace/0.4/100-fix-build-with-exotic-linux-host-OS.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff -durN ltrace-0.4.orig/configure ltrace-0.4/configure ---- ltrace-0.4.orig/configure 2008-10-23 23:19:38.000000000 +0200 -+++ ltrace-0.4/configure 2008-10-23 23:19:06.000000000 +0200 -@@ -1392,6 +1392,9 @@ - - - HOST_OS="$host_os" -+case "${HOST_OS}" in -+ linux-*) HOST_OS=linux-gnu;; -+esac - - - ac_ext=c -diff -durN ltrace-0.4.orig/configure.ac ltrace-0.4/configure.ac ---- ltrace-0.4.orig/configure.ac 2008-10-23 23:19:43.000000000 +0200 -+++ ltrace-0.4/configure.ac 2008-10-23 23:18:44.000000000 +0200 -@@ -7,6 +7,9 @@ - dnl Check host system type - AC_CANONICAL_HOST - HOST_OS="$host_os" -+case "${HOST_OS}" in -+ linux-*) HOST_OS=linux-gnu;; -+esac - AC_SUBST(HOST_OS) - - dnl Checks for programs. |