mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 23:57:03 +08:00
* Makefile.am: Add ACLOCAL_AMFLAGS.
* Makefile.in: Regenerate.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2007-04-14 Steve Ellcey <sje@cup.hp.com>
|
||||||
|
|
||||||
|
* Makefile.am: Add ACLOCAL_AMFLAGS.
|
||||||
|
* Makefile.in: Regenerate.
|
||||||
|
|
||||||
2007-04-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
|
2007-04-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
|
||||||
|
|
||||||
* config/tc-sh.c (align_test_frag_offset_fixed_p): New.
|
* config/tc-sh.c (align_test_frag_offset_fixed_p): New.
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
## Process this file with automake to generate Makefile.in
|
## Process this file with automake to generate Makefile.in
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = 1.8 cygnus dejagnu
|
AUTOMAKE_OPTIONS = 1.8 cygnus dejagnu
|
||||||
|
ACLOCAL_AMFLAGS = -I ..
|
||||||
|
|
||||||
SUBDIRS = doc po
|
SUBDIRS = doc po
|
||||||
# Automake should figure this out on its own. It doesn't, because
|
# Automake should figure this out on its own. It doesn't, because
|
||||||
|
@ -243,6 +243,7 @@ target_os = @target_os@
|
|||||||
target_vendor = @target_vendor@
|
target_vendor = @target_vendor@
|
||||||
te_file = @te_file@
|
te_file = @te_file@
|
||||||
AUTOMAKE_OPTIONS = 1.8 cygnus dejagnu
|
AUTOMAKE_OPTIONS = 1.8 cygnus dejagnu
|
||||||
|
ACLOCAL_AMFLAGS = -I ..
|
||||||
SUBDIRS = doc po
|
SUBDIRS = doc po
|
||||||
# Automake should figure this out on its own. It doesn't, because
|
# Automake should figure this out on its own. It doesn't, because
|
||||||
# of the "cygnus" option. But distclean still wants it.
|
# of the "cygnus" option. But distclean still wants it.
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2007-04-14 Steve Ellcey <sje@cup.hp.com>
|
||||||
|
|
||||||
|
* Makefile.am: Add ACLOCAL_AMFLAGS.
|
||||||
|
* Makefile.in: Regenerate.
|
||||||
|
|
||||||
2007-04-10 Vladimir Prus <vladimir@codesourcery.com>
|
2007-04-10 Vladimir Prus <vladimir@codesourcery.com>
|
||||||
|
|
||||||
* hist.h (struct histogram)
|
* hist.h (struct histogram)
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
## Process this file with automake to generate Makefile.in
|
## Process this file with automake to generate Makefile.in
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = cygnus
|
AUTOMAKE_OPTIONS = cygnus
|
||||||
|
ACLOCAL_AMFLAGS = -I ..
|
||||||
|
|
||||||
SUFFIXES = .m
|
SUFFIXES = .m
|
||||||
|
|
||||||
|
@ -225,6 +225,7 @@ target_cpu = @target_cpu@
|
|||||||
target_os = @target_os@
|
target_os = @target_os@
|
||||||
target_vendor = @target_vendor@
|
target_vendor = @target_vendor@
|
||||||
AUTOMAKE_OPTIONS = cygnus
|
AUTOMAKE_OPTIONS = cygnus
|
||||||
|
ACLOCAL_AMFLAGS = -I ..
|
||||||
SUFFIXES = .m
|
SUFFIXES = .m
|
||||||
SUBDIRS = po
|
SUBDIRS = po
|
||||||
BASEDIR = $(srcdir)/..
|
BASEDIR = $(srcdir)/..
|
||||||
@ -279,15 +280,15 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
|
|||||||
@for dep in $?; do \
|
@for dep in $?; do \
|
||||||
case '$(am__configure_deps)' in \
|
case '$(am__configure_deps)' in \
|
||||||
*$$dep*) \
|
*$$dep*) \
|
||||||
echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
|
echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus '; \
|
||||||
cd $(srcdir) && $(AUTOMAKE) --foreign \
|
cd $(srcdir) && $(AUTOMAKE) --cygnus \
|
||||||
&& exit 0; \
|
&& exit 0; \
|
||||||
exit 1;; \
|
exit 1;; \
|
||||||
esac; \
|
esac; \
|
||||||
done; \
|
done; \
|
||||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile'; \
|
||||||
cd $(top_srcdir) && \
|
cd $(top_srcdir) && \
|
||||||
$(AUTOMAKE) --foreign Makefile
|
$(AUTOMAKE) --cygnus Makefile
|
||||||
.PRECIOUS: Makefile
|
.PRECIOUS: Makefile
|
||||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||||
@case '$?' in \
|
@case '$?' in \
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2007-04-14 Steve Ellcey <sje@cup.hp.com>
|
||||||
|
|
||||||
|
* Makefile.am: Add ACLOCAL_AMFLAGS.
|
||||||
|
* Makefile.in: Regenerate.
|
||||||
|
|
||||||
2007-04-12 Bob Wilson <bob.wilson@acm.org>
|
2007-04-12 Bob Wilson <bob.wilson@acm.org>
|
||||||
|
|
||||||
* emulparams/elf32xtensa.sh (OTHER_SECTIONS): KEEP property sections.
|
* emulparams/elf32xtensa.sh (OTHER_SECTIONS): KEEP property sections.
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
## Process this file with automake to generate Makefile.in
|
## Process this file with automake to generate Makefile.in
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = cygnus dejagnu
|
AUTOMAKE_OPTIONS = cygnus dejagnu
|
||||||
|
ACLOCAL_AMFLAGS = -I ..
|
||||||
|
|
||||||
SUBDIRS = po
|
SUBDIRS = po
|
||||||
|
|
||||||
|
@ -266,6 +266,7 @@ target_os = @target_os@
|
|||||||
target_vendor = @target_vendor@
|
target_vendor = @target_vendor@
|
||||||
use_sysroot = @use_sysroot@
|
use_sysroot = @use_sysroot@
|
||||||
AUTOMAKE_OPTIONS = cygnus dejagnu
|
AUTOMAKE_OPTIONS = cygnus dejagnu
|
||||||
|
ACLOCAL_AMFLAGS = -I ..
|
||||||
SUBDIRS = po
|
SUBDIRS = po
|
||||||
tooldir = $(exec_prefix)/$(target_alias)
|
tooldir = $(exec_prefix)/$(target_alias)
|
||||||
YFLAGS = -d
|
YFLAGS = -d
|
||||||
@ -721,15 +722,15 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
|
|||||||
@for dep in $?; do \
|
@for dep in $?; do \
|
||||||
case '$(am__configure_deps)' in \
|
case '$(am__configure_deps)' in \
|
||||||
*$$dep*) \
|
*$$dep*) \
|
||||||
echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
|
echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus '; \
|
||||||
cd $(srcdir) && $(AUTOMAKE) --foreign \
|
cd $(srcdir) && $(AUTOMAKE) --cygnus \
|
||||||
&& exit 0; \
|
&& exit 0; \
|
||||||
exit 1;; \
|
exit 1;; \
|
||||||
esac; \
|
esac; \
|
||||||
done; \
|
done; \
|
||||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile'; \
|
||||||
cd $(top_srcdir) && \
|
cd $(top_srcdir) && \
|
||||||
$(AUTOMAKE) --foreign Makefile
|
$(AUTOMAKE) --cygnus Makefile
|
||||||
.PRECIOUS: Makefile
|
.PRECIOUS: Makefile
|
||||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||||
@case '$?' in \
|
@case '$?' in \
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2007-04-14 Steve Ellcey <sje@cup.hp.com>
|
||||||
|
|
||||||
|
* Makefile.am: Add ACLOCAL_AMFLAGS.
|
||||||
|
* Makefile.in: Regenerate.
|
||||||
|
|
||||||
2007-04-13 H.J. Lu <hongjiu.lu@intel.com>
|
2007-04-13 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* i386-dis.c: Remove trailing white spaces.
|
* i386-dis.c: Remove trailing white spaces.
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
## Process this file with automake to generate Makefile.in
|
## Process this file with automake to generate Makefile.in
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = 1.9 cygnus
|
AUTOMAKE_OPTIONS = 1.9 cygnus
|
||||||
|
ACLOCAL_AMFLAGS = -I ..
|
||||||
|
|
||||||
SUBDIRS = po
|
SUBDIRS = po
|
||||||
|
|
||||||
|
@ -226,6 +226,7 @@ target_noncanonical = @target_noncanonical@
|
|||||||
target_os = @target_os@
|
target_os = @target_os@
|
||||||
target_vendor = @target_vendor@
|
target_vendor = @target_vendor@
|
||||||
AUTOMAKE_OPTIONS = 1.9 cygnus
|
AUTOMAKE_OPTIONS = 1.9 cygnus
|
||||||
|
ACLOCAL_AMFLAGS = -I ..
|
||||||
SUBDIRS = po
|
SUBDIRS = po
|
||||||
INCDIR = $(srcdir)/../include
|
INCDIR = $(srcdir)/../include
|
||||||
BFDDIR = $(srcdir)/../bfd
|
BFDDIR = $(srcdir)/../bfd
|
||||||
|
Reference in New Issue
Block a user