Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: [netbsd-1-6] basesrc/libexec/ld.elf_so



At Sat, 16 Nov 2002 12:07:30 +0200 (EET),
Havard Eidnes <he%netbsd.org@localhost> wrote:
> 
> Module Name:  basesrc
> Committed By: he
> Date:         Sat Nov 16 10:07:30 UTC 2002
> 
> Modified Files:
>       basesrc/libexec/ld.elf_so [netbsd-1-6]: Makefile
> 
> Log Message:
> Pull up revision 1.50 (via patch, requested by thorpej in ticket #663):
>   Build for ``armeb''.
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.48 -r1.48.2.1 basesrc/libexec/ld.elf_so/Makefile

cvs rdiff says:
-     (${MACHINE_ARCH} == "arm") ||                                     \
+     (${MACHINE_ARCH} == "arm") || (${MACHINE_ARCH} == "armeb" ||      \

This causes build failure.
Please add the ")" at the end of "armeb".

Regards



Home | Main Index | Thread Index | Old Index