From e4bb360748d716042e2cb0528f80930ec6f890c2 Mon Sep 17 00:00:00 2001 From: Bryan Hundven Date: Thu, 12 Nov 2015 23:18:04 -0800 Subject: file modes: Set files to be non-executable I was going to start doing some autoconf work, and noticed that configure.in was executable. Then I noticed Makefile.in was executable. o.O So, I ran ```find . -type f -executable``` and found a bunch of files that shouldn't be set executable. This commit makes them normal files again. Signed-off-by: Bryan Hundven diff --git a/Makefile.in b/Makefile.in old mode 100755 new mode 100644 diff --git a/config/companion_libs/gettext.in b/config/companion_libs/gettext.in old mode 100755 new mode 100644 diff --git a/configure.ac b/configure.ac old mode 100755 new mode 100644 diff --git a/docs/C - Misc. tutorials.txt b/docs/C - Misc. tutorials.txt old mode 100755 new mode 100644 diff --git a/kconfig/Makefile b/kconfig/Makefile old mode 100755 new mode 100644 diff --git a/patches/binutils/2.25.1/310-fix-gold-pthreads-typo.patch b/patches/binutils/2.25.1/310-fix-gold-pthreads-typo.patch old mode 100755 new mode 100644 diff --git a/patches/binutils/2.25.1/320-MinGW-w64-winpthreads-doesnt-have-pthread_mutexattr_settype.patch b/patches/binutils/2.25.1/320-MinGW-w64-winpthreads-doesnt-have-pthread_mutexattr_settype.patch old mode 100755 new mode 100644 diff --git a/patches/libtool/2.4.6/2.4.5-pass-ldflags.patch b/patches/libtool/2.4.6/2.4.5-pass-ldflags.patch old mode 100755 new mode 100644 diff --git a/patches/linux/4.2.3/100-Define-R_X86_64_JUMP_SLOT-for-Cygwin.patch b/patches/linux/4.2.3/100-Define-R_X86_64_JUMP_SLOT-for-Cygwin.patch old mode 100755 new mode 100644 diff --git a/samples/x86_64-w64-mingw32,x86_64-pc-linux-gnu/crosstool.config b/samples/x86_64-w64-mingw32,x86_64-pc-linux-gnu/crosstool.config old mode 100755 new mode 100644 diff --git a/scripts/xldd.in b/scripts/xldd.in old mode 100755 new mode 100644 -- cgit v0.10.2-6-g49f6