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 --- patches/binutils/2.25.1/310-fix-gold-pthreads-typo.patch | 0 .../320-MinGW-w64-winpthreads-doesnt-have-pthread_mutexattr_settype.patch | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 patches/binutils/2.25.1/310-fix-gold-pthreads-typo.patch mode change 100755 => 100644 patches/binutils/2.25.1/320-MinGW-w64-winpthreads-doesnt-have-pthread_mutexattr_settype.patch (limited to 'patches/binutils') 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 -- cgit v1.2.3