aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlbert Ou <aou@eecs.berkeley.edu>2019-09-26 19:07:30 -0700
committerAlbert Ou <aou@eecs.berkeley.edu>2019-09-26 19:07:30 -0700
commitaa44df5294cb0701c696f3e3c610753ea27ce8f4 (patch)
tree9582734df514c6ea228dc1aa9cd12fd0d1a34994 /configure.ac
parenta528df4a69b438a031501687ecefde63437b5f39 (diff)
downloadriscv-gnu-toolchain-aa44df5294cb0701c696f3e3c610753ea27ce8f4.zip
riscv-gnu-toolchain-aa44df5294cb0701c696f3e3c610753ea27ce8f4.tar.gz
riscv-gnu-toolchain-aa44df5294cb0701c696f3e3c610753ea27ce8f4.tar.bz2
Fix awk/sed wrapper paths
These wrappers are still necessary on non-GNU platforms; glibc makefile rules invoke `sed' directly with GNU extensions.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f82f833..76f0ef1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -127,8 +127,8 @@ AS_IF([test "x$with_cmodel" != x],
[AC_SUBST(cmodel, -mcmodel=medlow)])
AC_CONFIG_FILES([Makefile])
-AC_CONFIG_FILES([scripts/wrapper/awk/awk], [chmod +x scripts/wrapper/awk])
-AC_CONFIG_FILES([scripts/wrapper/sed/sed], [chmod +x scripts/wrapper/sed])
+AC_CONFIG_FILES([scripts/wrapper/awk/awk], [chmod +x scripts/wrapper/awk/awk])
+AC_CONFIG_FILES([scripts/wrapper/sed/sed], [chmod +x scripts/wrapper/sed/sed])
AC_ARG_WITH(host,
[AS_HELP_STRING([--with-host=x86_64-w64-mingw32],