Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 May 2002 02:21:42 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/gnu/lib/libgcc Makefile
Message-ID:  <200205180921.g4I9Lhp22640@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2002/05/18 02:21:42 PDT

  Modified files:
    gnu/lib/libgcc       Makefile 
  Log:
  Improve chances that we correctly compile LIB1ASMSRC on all architectures.
  
  sparc64 looked for the nonexistent sparc64/lb1spc.asm file instead
  of the sparc/lb1spc.asm file.
  
  arm probably looked for arm/arm/lib1funcs.asm instead of arm/lib1funcs.asm
  ia64 probably looked for ia64/ia64/lib1funcs.asm instead of ia64/lib1funcs.asm
  
  i386 and alpha don't seen to use the LIB1ASMSRC.
  
  Revision  Changes    Path
  1.44      +2 -2      src/gnu/lib/libgcc/Makefile

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205180921.g4I9Lhp22640>