r181247 - in /branches/gupc: gcc/ChangeLog.upc ...
nenadv@gcc.gnu.org
nenadv@gcc.gnu.org
Thu Nov 10 00:50:00 GMT 2011
Author: nenadv
Date: Thu Nov 10 00:50:35 2011
New Revision: 181247
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181247
Log:
Enable build of libgupc when gcc configure is specified
with a relative path to the source directory.
gcc/
* Makefile.in (CRTSTUFF_CFLAGS): Taking out the previous
change that converted relative include paths into absolute
ones, as it does not work with previous version of make (3.80).
libgupc/
* config/default/upc-crtstuff.mak (ALL_CRT_CFLAGS): Remove
$(INCLUDES) as it might contain relative include paths that
are not correct for the current build directory.
(GCC_SRCDIR_CONF_INC): Rename to GCC_SRCDIR_INC. Added necessary
include paths to build in the current libgupc build directory.
Modified:
branches/gupc/gcc/ChangeLog.upc
branches/gupc/gcc/Makefile.in
branches/gupc/libgupc/ChangeLog
branches/gupc/libgupc/config/default/upc-crtstuff.mak
More information about the Gcc-cvs
mailing list