public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: Fail to compile trunk
       [not found] ` <mvm7ftebsat.fsf@hawking.suse.de>
@ 2015-04-15  9:34   ` Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2015-04-15  9:34 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: Harald Servat, gcc-patches

On Tue, Apr 14, 2015 at 06:14:50PM +0200, Andreas Schwab wrote:
> Please try this patch:

I've tested your patch on x86_64-linux (both normal configure invocation
and the bogus ./configure) and committed to trunk and 5 branch as obvious.

2015-04-15  Andreas Schwab  <schwab@suse.de>

	PR bootstrap/65763
	* Makefile.am (gcc_build_dir): Remove $(host_subdir)/ part.
	* Makefile.in: Regenerated.

--- libcc1/Makefile.am
+++ libcc1/Makefile.am
@@ -17,7 +17,7 @@
 ## <http://www.gnu.org/licenses/>.
 
 ACLOCAL_AMFLAGS = -I .. -I ../config
-gcc_build_dir = ../$(host_subdir)/gcc
+gcc_build_dir = ../gcc
 AM_CPPFLAGS = -I $(srcdir)/../include -I $(srcdir)/../libgcc \
 	-I $(gcc_build_dir) -I$(srcdir)/../gcc \
 	-I $(srcdir)/../gcc/c -I $(srcdir)/../gcc/c-family \
--- libcc1/Makefile.in
+++ libcc1/Makefile.in
@@ -245,7 +245,7 @@ top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 visibility = @visibility@
 ACLOCAL_AMFLAGS = -I .. -I ../config
-gcc_build_dir = ../$(host_subdir)/gcc
+gcc_build_dir = ../gcc
 AM_CPPFLAGS = -I $(srcdir)/../include -I $(srcdir)/../libgcc \
 	-I $(gcc_build_dir) -I$(srcdir)/../gcc \
 	-I $(srcdir)/../gcc/c -I $(srcdir)/../gcc/c-family \


	Jakub

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-04-15  9:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CAEOTYRcY8qoAwT0e+dF0_9CB7bEj-B8PvS8q9Ng2xC0nHT=q8Q@mail.gmail.com>
     [not found] ` <mvm7ftebsat.fsf@hawking.suse.de>
2015-04-15  9:34   ` Fail to compile trunk Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).