[net.unix-wizards] UNIX porting problem solved with sys

rpw3@fortune.UUCP (05/25/84)

#R:hcrvax:-49800:fortune:11600097:000:576
fortune!rpw3    May 24 19:33:00 1984

It well may be that I don't understand your problem, but how about a

	PATH=/usr/local/cross-tools:$PATH

in your .profile on the host machine? Or to do BOTH host and cross
development from the same login (not an unusual request), a "one-liner"
named "cross":

	PATH=/usr/local/cross-tools:$PATH exec "$@"

Then you say

	cross cc -o foo foo.c

(Clearly, "cross68", "cross88", etc. are doable. ;-} )

Rob Warnock

UUCP:	{ihnp4,ucbvax!amd70,hpda,harpo,sri-unix,allegra}!fortune!rpw3
DDD:	(415)595-8444
USPS:	Fortune Systems Corp, 101 Twin Dolphin Drive, Redwood City, CA 94065