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/frv/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/frv/ChangeLog ('k') | sim/frv/aclocal.m4 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sim/frv/Makefile.in
diff --git a/sim/frv/Makefile.in b/sim/frv/Makefile.in
index e6c111fe8574b2614cae0b3afee64954ac15a30e..a0a17e851f8b7d6f2896908a96310be3ea529dc6 100644
--- a/sim/frv/Makefile.in
+++ b/sim/frv/Makefile.in
@@ -1,6 +1,5 @@
# Makefile template for Configure for the frv simulator
-# Copyright (C) 1998-2001, 2003, 2007-2012 Free Software Foundation,
-# Inc.
+# Copyright (C) 1998-2013 Free Software Foundation, Inc.
# Contributed by Red Hat.
#
# This program is free software; you can redistribute it and/or modify
@@ -20,9 +19,6 @@
FRV_OBJS = frv.o cpu.o decode.o sem.o model.o mloop.o cgen-par.o
-CONFIG_DEVICES = dv-sockser.o
-CONFIG_DEVICES =
-
SIM_OBJS = \
$(SIM_NEW_COMMON_OBJS) \
sim-cpu.o \
@@ -37,7 +33,7 @@ SIM_OBJS = \
traps.o interrupts.o memory.o cache.o pipeline.o \
profile.o profile-fr400.o profile-fr450.o profile-fr500.o profile-fr550.o options.o \
devices.o reset.o registers.o \
- $(CONFIG_DEVICES)
+ $(frv_extra_objs)
# Extra headers included by sim-main.h.
SIM_EXTRA_DEPS = \
« no previous file with comments | « sim/frv/ChangeLog ('k') | sim/frv/aclocal.m4 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698