forked from Imagelibrary/rtems
2001-04-16 Joel Sherrill <joel@OARcorp.com>
* .cvsignore: Added files added by automake 1.6.1. * setup.def: New shot at gcc 3.0.4 RPMs. * binutils/Makefile.am, gdb/Makefile.am, rtems/Makefile.am: Deleted m68k-rtemself. * gcc3newlib/gccnewlib.add: Commented out host/target OS check.
This commit is contained in:
@@ -11,9 +11,12 @@ config.status
|
|||||||
config.sub
|
config.sub
|
||||||
configure
|
configure
|
||||||
depcomp
|
depcomp
|
||||||
|
install-sh
|
||||||
|
missing
|
||||||
mkbinutilspec
|
mkbinutilspec
|
||||||
mkbspspec
|
mkbspspec
|
||||||
mkgccnewlibspec
|
mkgccnewlibspec
|
||||||
mkgcc3newlibspec
|
mkgcc3newlibspec
|
||||||
mkgdbspec
|
mkgdbspec
|
||||||
|
mkinstalldirs
|
||||||
setup.cache
|
setup.cache
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
2001-04-16 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* .cvsignore: Added files added by automake 1.6.1.
|
||||||
|
* setup.def: New shot at gcc 3.0.4 RPMs.
|
||||||
|
* binutils/Makefile.am, gdb/Makefile.am, rtems/Makefile.am:
|
||||||
|
Deleted m68k-rtemself.
|
||||||
|
* gcc3newlib/gccnewlib.add: Commented out host/target OS check.
|
||||||
|
|
||||||
2002-04-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-04-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* autotools/automake-rtems.spec.in: Update to automake-1.6.1.
|
* autotools/automake-rtems.spec.in: Update to automake-1.6.1.
|
||||||
|
|||||||
@@ -39,9 +39,6 @@ i960-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
|||||||
m68k-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
m68k-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
||||||
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems
|
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems
|
||||||
|
|
||||||
m68k-rtemself-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
|
||||||
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtemself
|
|
||||||
|
|
||||||
mips64orion-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
mips64orion-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
||||||
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems
|
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems
|
||||||
mips-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
mips-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
||||||
@@ -64,7 +61,7 @@ RPM_SPECS_DATA = \
|
|||||||
c4x-rtems-$(BINUTILSVERS).spec h8300-rtems-$(BINUTILSVERS).spec \
|
c4x-rtems-$(BINUTILSVERS).spec h8300-rtems-$(BINUTILSVERS).spec \
|
||||||
hppa1.1-rtems-$(BINUTILSVERS).spec \
|
hppa1.1-rtems-$(BINUTILSVERS).spec \
|
||||||
i386-rtems-$(BINUTILSVERS).spec i960-rtems-$(BINUTILSVERS).spec \
|
i386-rtems-$(BINUTILSVERS).spec i960-rtems-$(BINUTILSVERS).spec \
|
||||||
m68k-rtems-$(BINUTILSVERS).spec m68k-rtemself-$(BINUTILSVERS).spec \
|
m68k-rtems-$(BINUTILSVERS).spec \
|
||||||
mips-rtems-$(BINUTILSVERS).spec mips64orion-rtems-$(BINUTILSVERS).spec \
|
mips-rtems-$(BINUTILSVERS).spec mips64orion-rtems-$(BINUTILSVERS).spec \
|
||||||
powerpc-rtems-$(BINUTILSVERS).spec sh-rtems-$(BINUTILSVERS).spec \
|
powerpc-rtems-$(BINUTILSVERS).spec sh-rtems-$(BINUTILSVERS).spec \
|
||||||
sh-rtemself-$(BINUTILSVERS).spec sparc-rtems-$(BINUTILSVERS).spec
|
sh-rtemself-$(BINUTILSVERS).spec sparc-rtems-$(BINUTILSVERS).spec
|
||||||
|
|||||||
@@ -73,9 +73,9 @@ This is gcc's and newlib C Library's sources with patches for RTEMS.
|
|||||||
cd build
|
cd build
|
||||||
|
|
||||||
# HACK: This should be %{target} != %{build}, but SuSE's rpm screws it.
|
# HACK: This should be %{target} != %{build}, but SuSE's rpm screws it.
|
||||||
%if "%{_target_os}" != "%{_build_os}"
|
# %if "%{_target_os}" != "%{_build_os}"
|
||||||
CONFIGURE_ARGS="--build=%{_build} --host=%{_target}"
|
# CONFIGURE_ARGS="--build=%{_build} --host=%{_target}"
|
||||||
%endif
|
# %endif
|
||||||
|
|
||||||
../gcc-@gcc_version@/configure $CONFIGURE_ARGS --target=@target_alias@ \
|
../gcc-@gcc_version@/configure $CONFIGURE_ARGS --target=@target_alias@ \
|
||||||
--with-gnu-as --with-gnu-ld --with-newlib --verbose \
|
--with-gnu-as --with-gnu-ld --with-newlib --verbose \
|
||||||
|
|||||||
@@ -38,9 +38,6 @@ i960-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
|||||||
m68k-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
m68k-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
||||||
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems
|
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems
|
||||||
|
|
||||||
m68k-rtemself-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
|
||||||
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtemself
|
|
||||||
|
|
||||||
mips64orion-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
mips64orion-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
||||||
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems
|
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems
|
||||||
|
|
||||||
|
|||||||
@@ -20,9 +20,6 @@ i960-rtems-cvme961-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
|
|||||||
m68k-rtems-gen68360-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
|
m68k-rtems-gen68360-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
|
||||||
$(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems gen68360
|
$(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems gen68360
|
||||||
|
|
||||||
m68k-rtemself-gen68360-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
|
|
||||||
$(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtemself gen68360
|
|
||||||
|
|
||||||
mips64orion-rtems-p4600-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
|
mips64orion-rtems-p4600-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
|
||||||
$(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems p4600
|
$(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems p4600
|
||||||
|
|
||||||
|
|||||||
@@ -20,5 +20,5 @@ rpm_build_root=/tmp
|
|||||||
gcc3newlib_version=1.10.0
|
gcc3newlib_version=1.10.0
|
||||||
gcc3newlib_patch_version=20020322
|
gcc3newlib_patch_version=20020322
|
||||||
gcc3_version=3.0.4
|
gcc3_version=3.0.4
|
||||||
gcc3_patch_version=20020322
|
gcc3_patch_version=20020415
|
||||||
gcc3newlib_rpm_release=1
|
gcc3newlib_rpm_release=2
|
||||||
|
|||||||
Reference in New Issue
Block a user