Date: Wed, 10 Nov 2010 06:39:49 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src Makefile src/gnu/lib/libgcc Makefile src/gnu/usr.bin/binutils Makefile.inc0 src/gnu/usr.bin/binutils/as Makefile src/gnu/usr.bin/binutils/ld Makefile.arm Makefile.mips src/gnu/usr.bin/binutils/libbfd Makefile.arm Makefile.mips ... Message-ID: <201011100641.oAA6fOpI092821@repoman.freebsd.org>
index | next in thread | raw e-mail
imp 2010-11-10 06:39:49 UTC
FreeBSD src repository
Modified files:
. Makefile
gnu/lib/libgcc Makefile
gnu/usr.bin/binutils Makefile.inc0
gnu/usr.bin/binutils/as Makefile
gnu/usr.bin/binutils/ld Makefile.arm Makefile.mips
gnu/usr.bin/binutils/libbfd Makefile.arm Makefile.mips
gnu/usr.bin/cc Makefile.inc Makefile.tgt
gnu/usr.bin/cc/cc_int Makefile
gnu/usr.bin/cc/cc_tools Makefile
gnu/usr.bin/gdb Makefile.inc
gnu/usr.bin/gdb/kgdb Makefile
gnu/usr.bin/gdb/libgdb Makefile
share/mk bsd.cpu.mk bsd.endian.mk
sys/conf Makefile.mips
Log:
SVN rev 215082 on 2010-11-10 06:39:49Z by imp
Complete the integration of tbemd branch into head.
TARGET_BIG_ENDIAN is now completely dead, except where it was
originally supposed to be used (internally in the toolchain building).
TARGET_ARCH has changed in three cases:
(1) Little endian mips has changed to mipsel.
(2) Big endian mips has changed to mipseb.
(3) Big endian arm has changed to armeb.
Some additional changes are needed to make 'make universe' work on arm
and mips after this change, so those are commented out for now.
UPDATING information will be forthcoming. Any remaining rough edges
will be hammered out in -current.
Revision Changes Path
1.367 +1 -1 src/Makefile
1.72 +9 -9 src/gnu/lib/libgcc/Makefile
1.41 +17 -12 src/gnu/usr.bin/binutils/Makefile.inc0
1.21 +3 -3 src/gnu/usr.bin/binutils/as/Makefile
1.4 +1 -1 src/gnu/usr.bin/binutils/ld/Makefile.arm
1.12 +1 -3 src/gnu/usr.bin/binutils/ld/Makefile.mips
1.9 +2 -2 src/gnu/usr.bin/binutils/libbfd/Makefile.arm
1.6 +1 -5 src/gnu/usr.bin/binutils/libbfd/Makefile.mips
1.72 +7 -3 src/gnu/usr.bin/cc/Makefile.inc
1.16 +10 -9 src/gnu/usr.bin/cc/Makefile.tgt
1.53 +0 -4 src/gnu/usr.bin/cc/cc_int/Makefile
1.93 +11 -11 src/gnu/usr.bin/cc/cc_tools/Makefile
1.15 +11 -3 src/gnu/usr.bin/gdb/Makefile.inc
1.8 +1 -1 src/gnu/usr.bin/gdb/kgdb/Makefile
1.12 +9 -1 src/gnu/usr.bin/gdb/libgdb/Makefile
1.77 +1 -7 src/share/mk/bsd.cpu.mk
1.7 +4 -4 src/share/mk/bsd.endian.mk
1.4 +0 -17 src/sys/conf/Makefile.mips
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011100641.oAA6fOpI092821>
