diff options
author | P. J. McDermott <pjm@nac.net> | 2012-04-23 23:31:24 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-04-23 23:31:24 (EDT) |
commit | 5d461566271354eb22d433325ba242f6932d5686 (patch) | |
tree | d11ac264fcf3fccaf6cf4ebfc36232bef214d186 | |
parent | d5926e216b478cbde9668b547f3ea858c8694bae (diff) |
Remove removal of removed thing.
-rwxr-xr-x | build | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -36,7 +36,6 @@ eglibc.configure.stamp: eglibc.setup.stamp echo 'libc_cv_c_cleanup=yes' >> config.cache && \ echo 'libc_cv_gnu89_inline=yes' >> config.cache && \ echo 'libc_cv_ssp=no' >> config.cache && \ - rm -f configparams && \ if [ -n "$${TOOLS_PREFIX}" ]; then \ BINUTILS=--with-binutils=$${TOOLS_PREFIX}/bin; \ else \ |