They are used as build tools for cross compilation. This import does not include the full distribution. Rather, it sports a shell script that will download and patch the distribution when compiled from /usr/src/tools (yet to be committed). This part of the source tree is only necessary for cross compilation. It's not used or compiled for native builds.
11 lines
194 B
C
11 lines
194 B
C
#ifndef GCC_TCONFIG_H
|
|
#define GCC_TCONFIG_H
|
|
#ifndef USED_FOR_TARGET
|
|
# define USED_FOR_TARGET
|
|
#endif
|
|
#include "auto-host.h"
|
|
#ifdef IN_GCC
|
|
# include "ansidecl.h"
|
|
#endif
|
|
#endif /* GCC_TCONFIG_H */
|