This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch 2/2] Do not build libgdb.a by default


On 12/21/2011 11:47 AM, Jan Kratochvil wrote:
@@ -910,7 +910,7 @@ COMMON_OBS = $(DEPFILES) $(CONFIG_OBS) $(YYOBJ) \
  	reggroups.o regset.o \
  	trad-frame.o \
  	tramp-frame.o \
-	solib.o solib-target.o \
+	solib.o \

This is wrong. solib-target.o should be always present in all gdb builds in all configurations.

  	prologue-value.o memory-map.o memrange.o \
  	xml-support.o xml-syscall.o xml-utils.o \
  	target-descriptions.o target-memory.o xml-tdesc.o xml-builtin.o \



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]