diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index efa338c3ee..b0bb90543a 100644 --- a/configure.in +++ b/configure.in @@ -37,7 +37,7 @@ AC_ARG_WITH(fp, dnl [ --with-fp if using floating-point hardware [default=yes]], with_fp=$withval, with_fp=yes) AC_ARG_WITH(binutils, dnl - --with-binutils=PATH specify location of binutils (as and ld) + --with-binutils=PATH specify location of binutils (as and ld), path_binutils=$withval, path_binutils='') AC_ARG_WITH(elf, dnl --with-elf if using the ELF object format, |