aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@eecs.berkeley.edu>2014-09-06 22:50:05 -0700
committerAndrew Waterman <waterman@eecs.berkeley.edu>2014-09-07 22:20:13 -0700
commitb6fc8167da4cb089936ed222f8addb73afcaa11c (patch)
tree44311bdb3341144be6be287ca433af6e6b1b5018 /scripts
downloadriscv-gnu-toolchain-b6fc8167da4cb089936ed222f8addb73afcaa11c.zip
riscv-gnu-toolchain-b6fc8167da4cb089936ed222f8addb73afcaa11c.tar.gz
riscv-gnu-toolchain-b6fc8167da4cb089936ed222f8addb73afcaa11c.tar.bz2
gcc: initial gcc 4.9.1 port
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/awk7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/awk b/scripts/awk
new file mode 100755
index 0000000..89da46f
--- /dev/null
+++ b/scripts/awk
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+# We can add the current directory to the front of PATH so that
+# awk will invoke gawk (rather than mawk etc.).
+# We use this to work around systems with awk != gawk.
+
+gawk "$@"