NetBSD/gnu/usr.bin/gcc/hconfig.h
tv 66c4fd196e Make hconfig.h common as simply a redirect to config.h; these are
identical on a native build.  (Simplifies mknative for generating the
arch-dependent bits.)
2002-02-26 20:56:29 +00:00

5 lines
128 B
C

/* $NetBSD: hconfig.h,v 1.1 2002/02/26 20:58:46 tv Exp $ */
/* On native builds, hconfig.h == config.h. */
#include "config.h"