summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2013-11-24 15:32:26 +0000
committerVincent Sanders <vince@kyllikki.org>2013-11-24 15:32:40 +0000
commit99d3b803a9df5a982e61d665596900f66130603c (patch)
tree5288adb715af680de898b2f499e1a56bd4231b52
parent7350bbbfbf39b4918fbc3a95172a5562be7cb9e5 (diff)
downloadtoolchains-99d3b803a9df5a982e61d665596900f66130603c.tar.gz
toolchains-99d3b803a9df5a982e61d665596900f66130603c.tar.bz2
add header comment
-rw-r--r--i686-w64-mingw32/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/i686-w64-mingw32/Makefile b/i686-w64-mingw32/Makefile
index 73d2b8b..fda8123 100644
--- a/i686-w64-mingw32/Makefile
+++ b/i686-w64-mingw32/Makefile
@@ -1,6 +1,6 @@
-#!/bin/make
+#!/usr/bin/make
-# mingw toolchain
+# Build cross toolchain for i686 processor with a win32 (mingw) ABI
UPSTREAM_GCC_VERSION := 4.6.3
UPSTREAM_GCC_TARBALL := gcc-core-$(UPSTREAM_GCC_VERSION).tar.bz2