Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Nov 2010 20:09:54 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r214644 - projects/binutils-2.17/gnu/usr.bin/gdb
Message-ID:  <201011012009.oA1K9sFn086373@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim
Date: Mon Nov  1 20:09:54 2010
New Revision: 214644
URL: http://svn.freebsd.org/changeset/base/214644

Log:
  For stuff under gnu/usr.bin/gdb, search contrib/binutils/include before
  contrib/gdb/include, since that contains newer versions of the same
  files.

Modified:
  projects/binutils-2.17/gnu/usr.bin/gdb/Makefile.inc

Modified: projects/binutils-2.17/gnu/usr.bin/gdb/Makefile.inc
==============================================================================
--- projects/binutils-2.17/gnu/usr.bin/gdb/Makefile.inc	Mon Nov  1 19:47:03 2010	(r214643)
+++ projects/binutils-2.17/gnu/usr.bin/gdb/Makefile.inc	Mon Nov  1 20:09:54 2010	(r214644)
@@ -34,8 +34,8 @@ CFLAGS+= -I${TARGET_SUBDIR}
 CFLAGS+= -I${BMAKE_BU}/libbfd -I${BMAKE_BU}/libbfd/${TARGET_ARCH}
 CFLAGS+= -I${CNTRB_GDB}/gdb
 CFLAGS+= -I${CNTRB_GDB}/gdb/config
-CFLAGS+= -I${CNTRB_GDB}/include
 CFLAGS+= -I${CNTRB_BU}/include
+CFLAGS+= -I${CNTRB_GDB}/include
 CFLAGS+= -I${CNTRB_BU}/bfd
 
 GENSRCS+= nm.h tm.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011012009.oA1K9sFn086373>