mirror of git://gcc.gnu.org/git/gcc.git
t-tilepro: Replace CC_FOR_BUILD with CXX_FOR_BUILD.
gcc/ChangeLog:
* config/tilepro/t-tilepro: Replace CC_FOR_BUILD with
CXX_FOR_BUILD.
* config/tilegx/t-tilegx: Likewise.
From-SVN: r233390
This commit is contained in:
parent
b29d9a29a1
commit
77602f8bc5
|
|
@ -1,3 +1,9 @@
|
|||
2016-02-12 Walter Lee <walt@tilera.com>
|
||||
|
||||
* config/tilepro/t-tilepro: Replace CC_FOR_BUILD with
|
||||
CXX_FOR_BUILD.
|
||||
* config/tilegx/t-tilegx: Likewise.
|
||||
|
||||
2016-02-12 David Malcolm <dmalcolm@redhat.com>
|
||||
|
||||
PR other/69554
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ tilegx-c.o: $(srcdir)/config/tilegx/tilegx-c.c \
|
|||
|
||||
$(srcdir)/config/tilegx/mul-tables.c: \
|
||||
$(srcdir)/config/tilepro/gen-mul-tables.cc
|
||||
$(CC_FOR_BUILD) $(BUILD_CPPFLAGS) -O2 -o gen-mul-tables -lstdc++ $<;
|
||||
$(CXX_FOR_BUILD) $(BUILD_CPPFLAGS) -O2 -o gen-mul-tables $<;
|
||||
./gen-mul-tables > $@
|
||||
|
||||
mul-tables.o: $(srcdir)/config/tilegx/mul-tables.c \
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ tilepro-c.o: $(srcdir)/config/tilepro/tilepro-c.c \
|
|||
|
||||
$(srcdir)/config/tilepro/mul-tables.c: \
|
||||
$(srcdir)/config/tilepro/gen-mul-tables.cc
|
||||
$(CC_FOR_BUILD) $(BUILD_CPPFLAGS) -O2 -DTILEPRO \
|
||||
-o gen-mul-tables -lstdc++ $<;
|
||||
$(CXX_FOR_BUILD) $(BUILD_CPPFLAGS) -O2 -DTILEPRO \
|
||||
-o gen-mul-tables $<;
|
||||
./gen-mul-tables > $@
|
||||
|
||||
mul-tables.o: $(srcdir)/config/tilepro/mul-tables.c \
|
||||
|
|
|
|||
Loading…
Reference in New Issue