Re: m68k does not imply m68020-60
Wan-Teh Chang <[email protected]> Thu, 26 Nov 2015 13:21:15 -0800
| Newsgroups | gmane.comp.mozilla.devel.nspr |
|---|---|
| Message-ID | <CALTJjxHhU6qsy2x1OfEVYUN5ekndNUpjz_pCoH1fvNYiA0FAcg@mail.gmail.com> |
On Thu, Nov 26, 2015 at 10:24 AM, Andrew Cagney <[email protected]> wrote: > On 26 November 2015 at 11:39, Wan-Teh Chang <[email protected]> wrote: >> >> I think we should just delete the m68k case from the configure.in >> script. Agreed? > > Yes. I thought I'd attached the below which does just that: > > --- nspr-4.10.9/nspr/configure.in.orig 2015-11-25 15:17:14.732725317 -0500 > +++ nspr-4.10.9/nspr/configure.in 2015-11-25 20:09:38.299725384 -0500 > @@ -1857,8 +1865,4 @@ > fi > ;; > - m68k) > - CFLAGS="$CFLAGS -m68020-60" > - CXXFLAGS="$CXXFLAGS -m68020-60" > - ;; > esac > ;; > I checked in your patch: https://hg.mozilla.org/projects/nspr/rev/0c58fe90cf11 Thanks, Wan-Teh