UNIX porting problem solved with sys - (nf)
rpw3 at fortune.UUCP
rpw3 at fortune.UUCP
Fri May 25 13:22:14 AEST 1984
#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
More information about the Comp.unix.wizards
mailing list