diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-05-20 22:22:34 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-05-20 22:22:34 +0000 |
commit | 6016612200d3d1609fef427e45f2c08d1d405401 (patch) | |
tree | 417ae3edbc2e199490a83bc4e074428aec9ff1b1 /gcc/Makefile.in | |
parent | bdec91fae2ad4efb479f3b29c404ee4ac703529f (diff) | |
download | gcc-6016612200d3d1609fef427e45f2c08d1d405401.tar.gz |
Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
* Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
Thu May 20 09:58:57 1999 Jan Hubicka <hubicka@freesoft.cz>
* function.c (assign_stack_local): Align stack slot propertly.
(assign_outer_stack_local): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27073 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 36e9261ccb9..20b832a4cec 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -166,7 +166,7 @@ INSTALL_ASSERT_H = install-assert-h # The GCC to use for compiling libgcc2.a, enquire, and libgcc1-test. # Usually the one we just built. # Don't use this as a dependency--use $(GCC_PASSES) or $(GCC_PARTS). -GCC_FOR_TARGET = ./xgcc -B./ -B$(build_tooldir)/bin/ +GCC_FOR_TARGET = ./xgcc -B./ -B$(build_tooldir)/bin/ -I$(build_tooldir)/include # This is used instead of ALL_CFLAGS when compiling with GCC_FOR_TARGET. # It omits XCFLAGS, and specifies -B./. |