summaryrefslogtreecommitdiffstats
path: root/config.sub
Commit message (Collapse)AuthorAgeFilesLines
* Remove some temporary files that shouldn't be in 'git'.Neil Brown2006-06-161-1579/+0
| | | | | | | | | | deleted: compile deleted: config.guess deleted: config.sub deleted: depcomp deleted: install-sh deleted: ltmain.sh deleted: missing
* More automake stuffneilbrown2005-12-201-23/+36
|
* Update config.sub and config.guess.chip2005-04-061-126/+331
|
* 2001-04-18 H.J. Lu <hjl@lucon.org>hjl2001-04-181-0/+1361
* nfs-utils.spec.in: Support cross build. * nfs-utils.spec: Regenerated. (Release): Set to 4. * config.sub: New. * config.guess: New. * config.mk.in (BUILD_CC): New. (CC): Set to $(BUILD_CC) if BUILD is defined. (AR): Set to @AR@. (LD): Set to @LD@. (RANLIB): Set to @RANLIB@. * configure.in: Check BUILD_CC, RANLIB, AR and LD. * configure: Regenerated. * tools/rpcgen/Makefile (BUILD): Set to true.