2001-09-13 Joel Sherrill <joel@OARcorp.com>

* mkgccnewlibspec.in,
	Use Target_alias not target_alias to avoid conflicts with new autoconf.
	* setup.def: Changed version numbers in attempt at building gcc 3.0.1.
	Only sparc and arm built for C/C++ OK. :(
	* gccnewlib/base-gcc.add: Modifications to reflect files not in gcc 3.x.
	* gccnewlib/gccnewlib.add: gcc 3.x does not have "everything in the name"
	* target-gcc.add: Modifications to reflect files not in gcc 3.1
This commit is contained in:
Joel Sherrill
2001-09-13 13:35:35 +00:00
parent a3ac20f7bb
commit a8bd1dea77
6 changed files with 27 additions and 9 deletions

View File

@@ -24,10 +24,14 @@ This is the files for gcc and newlib that are shared by all targets.
%dir /opt/rtems/man
%dir /opt/rtems/man/man1
%doc /opt/rtems/man/man1/cccp.1
# not in gcc 3.x -- only in gcc 2.x
# %doc /opt/rtems/man/man1/cccp.1
%dir /opt/rtems/include
/opt/rtems/include/g++-3
# gcc 3.0.1 specific
/opt/rtems/include/g++-v3
# gcc 2.x specific
# /opt/rtems/include/g++-3
%post -n rtems-base-gcc
if test -d $RPM_INSTALL_PREFIX/rtems/info;