diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-01 21:35:22 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-01 21:35:22 +0000 |
commit | 7ca6de5f0e60cba02c85695f9b1e60ccb8085ce0 (patch) | |
tree | 1a995daa9e2c34a86968fad4207fcd43e8edd2be /libobjc/archive.c | |
parent | 3e0562870dbda8443054c1df7ec6ee24ac8b73fd (diff) | |
download | gcc-7ca6de5f0e60cba02c85695f9b1e60ccb8085ce0.tar.gz |
* Makefile.in (INCLUDES): Reference gcc via $MULTIBUILDTOP.
(FLAGS_TO_PASS): Added.
(runtime-info.h): Reference cc1ibj via $MULTIBUILDTOP.
* archive.c: Change config.h to tconfig.h.
* configure.in: Find gcc's object directory even for multilibs.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22725 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/archive.c')
-rw-r--r-- | libobjc/archive.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libobjc/archive.c b/libobjc/archive.c index c762fe6186e..626f6bafea3 100644 --- a/libobjc/archive.c +++ b/libobjc/archive.c @@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */ however invalidate any other reasons why the executable file might be covered by the GNU General Public License. */ -#include "config.h" +#include "tconfig.h" #include "runtime.h" #include "typedstream.h" #include "encoding.h" |