aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAlbert Ou <aou@eecs.berkeley.edu>2015-02-20 23:00:00 -0800
committerAlbert Ou <aou@eecs.berkeley.edu>2015-02-20 23:00:00 -0800
commit0d8ba68054701386304819c93084c115024ee5b1 (patch)
tree62967d21a91dcf602701342b47705d52cea6e6a4 /.gitignore
parent7a0dac10bf10dbf5162f15de84661af60d8550f8 (diff)
downloadriscv-gnu-toolchain-0d8ba68054701386304819c93084c115024ee5b1.zip
riscv-gnu-toolchain-0d8ba68054701386304819c93084c115024ee5b1.tar.gz
riscv-gnu-toolchain-0d8ba68054701386304819c93084c115024ee5b1.tar.bz2
Centralize GNU utility checks in autoconf
Tests for program presence, such as those formerly embedded in the top-level Makefile for gawk and gsed, are better suited for autoconf. Note that it is not sufficient to merely export AWK and SED environment variables, as packages may still directly invoke awk(1) and sed(1) with non-standard features independent of the autotools framework. Wrapper scripts therefore remain necessary, although these are now generated by the configure script to avoid hard-coded paths. Do not assume the existence of /bin/bash on all systems.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index cc5f245..e734c9f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
autom4te.cache
build
+config.log
+config.status
+Makefile
.DS_Store