summaryrefslogtreecommitdiffstats
path: root/scripts/mkspec (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2001-03-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-03-281-0/+1
| | | | | | | | | | | * Per PR64 added support for gcc 3.x RPMs * Makefile.am, configure.ac, mkspec, setup, setup.def: Modified. * mkgcc3newlibspec.in: New file. * gcc3newlib: New subdirectory. * base-g77.add, base-gcc.add, base-gcj.add, gccnewlib.add, gccnewlib_c_only.spec.in, gccnewlib.spec.in, HISTORY, Makefile.am, README, target-g77.add, target-gcc.add, target-gcj.add, target-objc.add: New files.
* New version from Ralf.Joel Sherrill1999-10-201-3/+3
|
* Left to build overnight.Joel Sherrill1999-10-191-3/+3
|
* Working on being able to cut RPMs. It now appears that the processJoel Sherrill1999-10-181-4/+9
| | | | | | | | | | | | | is working mostly for sparc at least. There is one major problem -- the current process generates a unique source file per RPM when in fact all of the source files are nearly the same -- it is only the spec part of the rpm which differs. The new file mkbinutils_subpackage_version is an attempt to address this. It does part of the job right -- one source file produces multiple binary RPMs. BUT the end user can not produce the resulting RPMS themselves from SRPMS unless they also build all targets.
* Ralf Corsepius (corsepiu@faw.uni-ulm.de) submitted these scripts toJoel Sherrill1999-10-151-0/+14
help build RPMs.