Commit b4862477 by Kaveh R. Ghazi Committed by Kaveh Ghazi

* configure.in: Revert last change.

From-SVN: r61693
parent 49691411
2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* ChangeLog (configure.in): Don't include ansidecl.h in tconfig.h.
* configure.in: Revert last change.
2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* configure.in: Don't include ansidecl.h in tconfig.h.
* gcov-io.h (PARAMS, ATTRIBUTE_UNUSED: Define if IN_LIBGCC2.
* unwind-dw2-fde.h (last_fde): Use __attribute__, not
ATTRIBUTE_UNUSED.
......
......@@ -1037,7 +1037,8 @@ tm_p_file="${tm_p_file} tm-preds.h"
host_xm_file="auto-host.h ansidecl.h ${host_xm_file}"
build_xm_file="${build_auto} ansidecl.h ${build_xm_file}"
# We don't want ansidecl.h in target files, write code there in ISO/GNU C.
#xm_file="ansidecl.h ${xm_file}"
# put this back in temporarily.
xm_file="ansidecl.h ${xm_file}"
# Truncate the target if necessary
if test x$host_truncate_target != x; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment