PERFORCE change 109503 for review
Andre Oppermann
andre at freebsd.org
Thu Nov 9 14:29:27 UTC 2006
Warner Losh wrote:
> http://perforce.freebsd.org/chv.cgi?CH=109503
>
> Change 109503 by imp at imp_lighthouse on 2006/11/08 01:28:02
>
> Remove if 0
>
> Affected files ...
>
> .. //depot/projects/arm/src/gnu/usr.bin/binutils/Makefile.inc0#3 edit
> .. //depot/projects/arm/src/gnu/usr.bin/binutils/as/Makefile#5 edit
> .. //depot/projects/arm/src/gnu/usr.bin/cc/Makefile.inc#5 edit
> .. //depot/projects/arm/src/gnu/usr.bin/cc/Makefile.tgt#4 edit
> .. //depot/projects/arm/src/gnu/usr.bin/gdb/Makefile.inc#2 edit
> .. //depot/projects/arm/src/gnu/usr.bin/gdb/kgdb/Makefile#2 edit
> .. //depot/projects/arm/src/gnu/usr.bin/gdb/libgdb/Makefile#2 edit
> .. //depot/projects/arm/src/lib/libc/Makefile#3 edit
> .. //depot/projects/arm/src/lib/libpthread/Makefile#3 edit
> .. //depot/projects/arm/src/lib/libthr/Makefile#3 edit
> .. //depot/projects/arm/src/lib/msun/Makefile#2 edit
> .. //depot/projects/arm/src/share/mk/bsd.endian.mk#3 edit
> .. //depot/projects/arm/src/sys/boot/arm/at91/boot2/boot2.c#25 edit
> .. //depot/projects/arm/src/sys/boot/arm/at91/boot2/kb920x_board.c#2 edit
> .. //depot/projects/arm/src/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.c#12 edit
>
> Differences ...
>
> ==== //depot/projects/arm/src/gnu/usr.bin/binutils/Makefile.inc0#3 (text+ko) ====
>
> @@ -38,7 +38,7 @@
> .PATH: ${.CURDIR}/${TARGET_ARCH}
> .endif
>
> -ARCHS= ${TARGET_ARCH}
> +ARCHS= ${TARGET_ARCH:S/armeb/arm/}
>
> .for _arch in ${CROSS_ARCH}
> .if (${ARCHS:R:M${_arch:R}} == "")
> @@ -47,7 +47,5 @@
> .endfor
>
> .for _arch in ${ARCHS}
> -.if exists(${.CURDIR}/Makefile.${_arch})
> .include "${.CURDIR}/Makefile.${_arch}"
> -.endif
> .endfor
This breaks compiling binutils libiberty as no Makefile.arm exists there.
--
Andre
More information about the p4-projects
mailing list