Commit b31bbca2 by Joseph Myers Committed by Joseph Myers

Makefile.in (USER_H): Remove proto.h.

	* Makefile.in (USER_H): Remove proto.h.
	* config.gcc (c*-convex-*): Set extra_headers=proto.h.

From-SVN: r48291
parent 0b5826ac
2001-12-23 Joseph S. Myers <jsm28@cam.ac.uk>
* Makefile.in (USER_H): Remove proto.h.
* config.gcc (c*-convex-*): Set extra_headers=proto.h.
2001-12-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* arc.c (arc_hard_regno_mode_ok): Const-ify.
......
......@@ -155,7 +155,7 @@ INSTALL_HEADERS_DIR = @build_install_headers_dir@
# Header files that are made available under the same name
# to programs compiled with GCC.
USER_H = $(srcdir)/ginclude/stdarg.h $(srcdir)/ginclude/stddef.h \
$(srcdir)/ginclude/varargs.h $(srcdir)/ginclude/proto.h \
$(srcdir)/ginclude/varargs.h \
$(srcdir)/ginclude/stdbool.h $(srcdir)/ginclude/iso646.h \
$(EXTRA_HEADERS)
......
......@@ -227,6 +227,7 @@ xscale-*-*)
;;
c*-convex-*)
cpu_type=convex
extra_headers=proto.h
;;
i[34567]86-*-*)
cpu_type=i386
......
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