2
0
mirror of https://github.com/bebbo/amigaos-binutils-2.14.git synced 2025-12-08 22:38:24 +00:00

* binutils: minor changes to make binutiles compile for a ppc-amigaos

hosted environment.
* gcc/gcc/config/rs6000/amigaos.c: fixed some compiler warnings
This commit is contained in:
Jens Maus
2008-02-24 13:48:21 +00:00
parent a36c7f2ce5
commit 9e48f9ca32
5 changed files with 13 additions and 3 deletions

View File

@ -18,7 +18,7 @@ changequote([,])dnl
bfd_version_string="\"${VERSION}\""
if test x${is_release} = x; then
bfd_version_date=`sed -n -e 's/.*DATE //p' < ${srcdir}/version.h`
bfd_version_string="\"${VERSION} ${bfd_version_date} (AmigaOS build 20070520)\""
bfd_version_string="\"${VERSION} ${bfd_version_date} (AmigaOS build 20080224)\""
fi
AC_SUBST(bfd_version)
AC_SUBST(bfd_version_string)