From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20473 invoked by alias); 4 Sep 2012 19:09:51 -0000 Received: (qmail 20415 invoked by uid 22791); 4 Sep 2012 19:09:50 -0000 X-SWARE-Spam-Status: No, hits=-5.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-qa0-f48.google.com (HELO mail-qa0-f48.google.com) (209.85.216.48) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 04 Sep 2012 19:09:29 +0000 Received: by qady1 with SMTP id y1so4099981qad.0 for ; Tue, 04 Sep 2012 12:09:28 -0700 (PDT) Received: by 10.58.80.66 with SMTP id p2mr18287956vex.16.1346785768707; Tue, 04 Sep 2012 12:09:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.58.164.66 with HTTP; Tue, 4 Sep 2012 12:09:08 -0700 (PDT) In-Reply-To: <50463313.9070404@oarcorp.com> References: <50463313.9070404@oarcorp.com> From: Mike Frysinger Date: Tue, 04 Sep 2012 19:09:00 -0000 Message-ID: Subject: Re: mips-rtems4.11 sim undefined error To: Joel Sherrill Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-09/txt/msg00032.txt.bz2 On Tue, Sep 4, 2012 at 12:57 PM, Joel Sherrill wrote: > --- configure.ac 4 Jan 2012 08:28:20 -0000 1.18 > +++ configure.ac 4 Sep 2012 15:45:13 -0000 > @@ -413,7 +413,7 @@ > SIM_SUBTARGET="$SIM_SUBTARGET -DTARGET_TX3904=1" > ;; > *) > - mips_extra_objs="" > + mips_extra_objs="dv-sockser.o" > ;; > esac considering mips_extra_objs is now the same value for all targets, i would pull it out of the case statement and move it down below -mike