Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(472)

Unified Diff: sim/igen/Makefile.in

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sim/igen/ChangeLog ('k') | sim/igen/compare_igen_models » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sim/igen/Makefile.in
diff --git a/sim/igen/Makefile.in b/sim/igen/Makefile.in
index 3ff1fde52bcd451c150646032680d4018107f253..8f6a42cfbcb9df2a878442c4ed7a37c9b500c0a2 100644
--- a/sim/igen/Makefile.in
+++ b/sim/igen/Makefile.in
@@ -1,6 +1,6 @@
# The IGEN simulator generator for GDB, the GNU Debugger.
#
-# Copyright 2002, 2007-2012 Free Software Foundation, Inc.
+# Copyright 2002-2013 Free Software Foundation, Inc.
#
# Contributed by Andrew Cagney.
#
@@ -117,7 +117,7 @@ IGEN_OBJS=\
gen.o
igen: igen.o $(IGEN_OBJS)
- $(CC_FOR_BUILD) $(BUILD_LDFLAGS) -o igen igen.o $(IGEN_OBJS) $(LIBIBERTY_LIB)
+ $(CC_FOR_BUILD) $(BUILD_CFLAGS) $(BUILD_LDFLAGS) -o igen igen.o $(IGEN_OBJS) $(LIBIBERTY_LIB)
igen.o: igen.c misc.h filter_host.h lf.h table.h ld-decode.h ld-cache.h ld-insn.h filter.h gen-model.h gen-itable.h gen-icache.h gen-idecode.h gen-engine.h gen-semantics.h gen-support.h gen.h igen.h
$(CC_FOR_BUILD) $(BUILD_CFLAGS) -c $(srcdir)/igen.c
« no previous file with comments | « sim/igen/ChangeLog ('k') | sim/igen/compare_igen_models » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698