diff options
author | Alan Modra <amodra@gmail.com> | 2007-02-27 08:31:46 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-02-27 08:31:46 +0000 |
commit | cd14b9662a90756a8dc0f465ae1e16c6d3b216da (patch) | |
tree | b83ca5ff9817a8a7c71e511a34df21e8dc95a923 /binutils/configure | |
parent | 7a8757b3194d57d783bccfe2b1b206990d6396b6 (diff) | |
download | gdb-cd14b9662a90756a8dc0f465ae1e16c6d3b216da.zip gdb-cd14b9662a90756a8dc0f465ae1e16c6d3b216da.tar.gz gdb-cd14b9662a90756a8dc0f465ae1e16c6d3b216da.tar.bz2 |
* bin2c.c: New file.
* Makefile.am (EXTRA_PROGRAMS): Add bin2c.
(CFILES): Add bin2c.c.
(bin2c_SOURCES): Define.
(bin2c.o): Dependencies from "make dep-am".
* configure.in (BUILD_MISC): Add bin2c.
* version.c: Update year.
* po/POTFILES.in: Regenerate.
* Makefile.in: Regenerate.
* configure: Regenerate.
Diffstat (limited to 'binutils/configure')
-rwxr-xr-x | binutils/configure | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/binutils/configure b/binutils/configure index bf7cfba..f2b898c 100755 --- a/binutils/configure +++ b/binutils/configure @@ -8630,6 +8630,7 @@ do BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)' BUILD_SRCONV='$(SRCONV_PROG)' NLMCONV_DEFS="-DNLMCONV_I386 -DNLMCONV_ALPHA -DNLMCONV_POWERPC -DNLMCONV_SPARC" + BUILD_MISC="${BUILD_MISC} bin2c" else case $targ in i[3-7]86*-*-netware*) @@ -8724,7 +8725,7 @@ do BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)' ;; powerpc*-*-linux* | powerpc*-*-elf*) - BUILD_MISC=embedspu + BUILD_MISC="${BUILD_MISC} embedspu" ;; sh*-*-pe) BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)' @@ -8734,6 +8735,9 @@ do DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_SH" BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)' ;; + spu-*-*) + BUILD_MISC="${BUILD_MISC} bin2c" + ;; mips*-*-pe) BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)' if test -z "$DLLTOOL_DEFAULT"; then |