diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-30 16:35:54 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-30 16:35:54 +0000 |
commit | bbbacc0bf0173e75a82d663ff0ac96fdda438c06 (patch) | |
tree | 387af934db628c3ee3e1116abae25c0808282141 /gcc/ada/targext.c | |
parent | 897b0faf9dc87e8b01900509971b7fa3e3c20604 (diff) | |
download | gcc-bbbacc0bf0173e75a82d663ff0ac96fdda438c06.tar.gz |
* raise-gcc.c: Do not include coretypes.h and tm.h.
(setup_to_install): Remove test for compiler macro.
* targext.c: Document use for the library.
* gcc-interface/Makefile.in: Fix comment on the use of IN_GCC.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@178333 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/targext.c')
-rw-r--r-- | gcc/ada/targext.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ada/targext.c b/gcc/ada/targext.c index df4286c0d27..6a9f970c286 100644 --- a/gcc/ada/targext.c +++ b/gcc/ada/targext.c @@ -31,7 +31,9 @@ /* This file contains target-specific parameters describing the file extension for object and executable files. It is used by the compiler, - binder and tools. */ + binder, library and tools. + Note that, in order to have access to the TARGET_* macros used below, + the file must be compiled with IN_GCC defined, even for the library. */ #ifdef __cplusplus extern "C" { |