Changeset 5158680 in rtems


Ignore:
Timestamp:
04/13/05 07:06:29 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
3e6e43c6
Parents:
689b94dd
Message:

2005-04-13 Ralf Corsepius <ralf.corsepius@…>

  • gdb/Makefile.am: Remove obsolete targets.
  • gdb/gdb.add: Pass bindir, infodir, mandir to configure.
Location:
scripts
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • scripts/ChangeLog

    r689b94dd r5158680  
     12005-04-13      Ralf Corsepius <ralf.corsepius@rtems.org>
     2
     3        * gdb/Makefile.am: Remove obsolete targets.
     4        * gdb/gdb.add: Pass bindir, infodir, mandir to configure.
     5
    162005-04-13      Ralf Corsepius <ralf.corsepius@rtems.org>
    27
  • scripts/gdb/Makefile.am

    r689b94dd r5158680  
    4040RPM_SPECS_DATA += i386-rtems@osversion@-$(GDBVERS).spec
    4141
    42 # does not build with 5.2
    43 # i386-RTEMS-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
    44 #       $(MKSPEC) -cfg $(top_builddir)/setup.cache i386-RTEMS > $@
    45 # RPM_SPECS_DATA += i386-RTEMS-$(GDBVERS).spec
    46 
    4742m68k-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
    4843        $(MKSPEC) -cfg $(top_builddir)/setup.cache m68k-rtems@osversion@ > $@
     
    6156RPM_SPECS_DATA += mipstx39-rtems@osversion@-$(GDBVERS).spec
    6257
    63 # does not build with 5.2
    64 # powerpc-RTEMS-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
    65 #       $(MKSPEC) -cfg $(top_builddir)/setup.cache powerpc-RTEMS > $@
    66 # RPM_SPECS_DATA += powerpc-RTEMS-$(GDBVERS).spec
    67 
    6858powerpc-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
    6959        $(MKSPEC) -cfg $(top_builddir)/setup.cache powerpc-rtems@osversion@ > $@
     
    7464RPM_SPECS_DATA += sh-rtems@osversion@-$(GDBVERS).spec
    7565
    76 sh-rtemself@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
    77         $(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtemself@osversion@ > $@
    78 RPM_SPECS_DATA += sh-rtemself@osversion@-$(GDBVERS).spec
     66sh-rtemscoff@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
     67        $(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtemscoff@osversion@ > $@
     68RPM_SPECS_DATA += sh-rtemscoff@osversion@-$(GDBVERS).spec
    7969
    8070sparc-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
  • scripts/gdb/gdb.add

    r689b94dd r5158680  
    8787    --build=%_build --host=%_host \
    8888    --target=%{gdb_target} \
    89     --verbose --prefix=%{_prefix} $simargs \
     89    --prefix=%{_prefix} --bindir=%{_bindir} }
     90    --mandir=%{_mandir} --infodir=%{_infodir} \
     91    --verbose $simargs \
    9092    --disable-nls
    9193
Note: See TracChangeset for help on using the changeset viewer.