Subject: lorder and cross compiling ....
To: None <tech-ports@netbsd.org>
From: Andrew Cagney <cagney@highland.com.au>
List: tech-ports
Date: 11/28/1994 13:50:32
Hello,
I've just found that the mk file:
/usr/share/mk/bsd.lib.mk
has, hardwired, the program `lorder' (vs ${LORDER}). I'm supprised this
hasn't been found before. (could be that not many are cross endian
compiling :-).
I can think of two solutions:
1. ${LORDER} consistent with ${NM} et.al. in .mk files
2. /usr/bin/lorder check for ${NM} in the environment and use that in
preference to `nm'.
Either would work (I'm currently using the latter cos it was quick and easy).
Any comments?
Andrew
PS: That 1.0-BETA source tree again