From owner-cvs-all Sat May 18 2:21:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F49437B40C; Sat, 18 May 2002 02:21:43 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I9Lhp22640; Sat, 18 May 2002 02:21:43 -0700 (PDT) (envelope-from phk) Message-Id: <200205180921.g4I9Lhp22640@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 18 May 2002 02:21:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/libgcc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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