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

Unified Diff: sim/erc32/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/erc32/ChangeLog ('k') | sim/erc32/aclocal.m4 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sim/erc32/Makefile.in
diff --git a/sim/erc32/Makefile.in b/sim/erc32/Makefile.in
index 2833a2edc90a052906eba72cd45b4a6445634f11..7e95a675b2ba607c13144591ece4fc83212c4412 100644
--- a/sim/erc32/Makefile.in
+++ b/sim/erc32/Makefile.in
@@ -1,6 +1,5 @@
# Makefile template for Configure for the erc32sim library.
-# Copyright (C) 1993, 1996-1997, 2007-2012 Free Software Foundation,
-# Inc.
+# Copyright (C) 1993-2013 Free Software Foundation, Inc.
# Written by Cygnus Support
# Modified by J.Gaisler ESA/ESTEC
#
@@ -46,7 +45,7 @@ sis: sis.o $(SIS_OFILES) $(COMMON_OBJS) $(LIBDEPS)
# There is AC_C_BIGENDIAN but it doesn't handle float endianness.
# [Are int/float endians every different on a sparc?]
end: $(srcdir)/end.c
- $(CC_FOR_BUILD) $(srcdir)/end.c -o end
+ $(CC_FOR_BUILD) -I. $(srcdir)/end.c -o end
end.h: end
./end > end.h
« no previous file with comments | « sim/erc32/ChangeLog ('k') | sim/erc32/aclocal.m4 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698