Browse Source

glibc: fix preconfigure sh syntax

pull/6/head
Albert Ou 12 years ago
parent
commit
e1d4852409
  1. 1
      glibc/sysdeps/riscv/preconfigure

1
glibc/sysdeps/riscv/preconfigure

@ -18,4 +18,3 @@ if test $riscv_config_abi != $riscv_cc_abi; then
# set this in case configure tests depend on it.
CPPFLAGS="$CPPFLAGS -m$riscv_config_abi"
fi
;;

Loading…
Cancel
Save