File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3634
3634
with_qemu_src=$with_qemu_src
3635
3635
3636
3636
else
3637
- with_qemu_src=" \$ (srcdir)/riscv- qemu"
3637
+ with_qemu_src=" \$ (srcdir)/qemu"
3638
3638
3639
3639
fi
3640
3640
Original file line number Diff line number Diff line change @@ -211,17 +211,17 @@ AC_DEFUN([AX_ARG_WITH_SRC],
211
211
)
212
212
AS_IF ( [ test "x$opt_name" != xdefault] ,
213
213
[ AC_SUBST ( opt_name ,$opt_name ) ] ,
214
- [ AC_SUBST ( opt_name ,"\$ ( srcdir ) / riscv- $1 ") ] )
214
+ [ AC_SUBST ( opt_name ,"\$ ( srcdir ) / $2 " ) ] )
215
215
m4_popdef ( [ opt_name] )
216
216
}] )
217
217
218
- AX_ARG_WITH_SRC(gcc)
219
- AX_ARG_WITH_SRC(binutils)
220
- AX_ARG_WITH_SRC(newlib)
221
- AX_ARG_WITH_SRC(glibc)
222
- AX_ARG_WITH_SRC(musl)
223
- AX_ARG_WITH_SRC(gdb)
224
- AX_ARG_WITH_SRC(qemu)
218
+ AX_ARG_WITH_SRC(gcc, riscv-gcc )
219
+ AX_ARG_WITH_SRC(binutils, riscv-binutils )
220
+ AX_ARG_WITH_SRC(newlib, riscv-newlib )
221
+ AX_ARG_WITH_SRC(glibc, riscv-glibc )
222
+ AX_ARG_WITH_SRC(musl, riscv-musl )
223
+ AX_ARG_WITH_SRC(gdb, riscv-gdb )
224
+ AX_ARG_WITH_SRC(qemu, qemu )
225
225
226
226
AC_ARG_WITH ( linux-headers-src ,
227
227
[ AC_HELP_STRING ([ --with-linux-headers-src] ,
You can’t perform that action at this time.
0 commit comments