GNU VCDImager - Patches: patch #8657, use $(NM) as supplied by configure
You are not allowed to post comments on this tracker with your current authentication level.
patch #8657: use $(NM) as supplied by configure
Submitter: | Benedikt Morbach <bmorbach> | ||
Submitted: | Sat 18 Apr 2015 09:42:30 AM UTC | ||
Category: | None | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Attached Files
file #33708: vcdimager-0.7.24-use-NM-from-autoconf.patch added by bmorbach (679B - text/x-patch - the patch)
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2015-04-18 | bmorbach | Attached File | - | ![]() |
Added vcdimager-0.7.24-use-NM-from-autoconf.patch, #33708 |
For cross compiling, you want to use the target-prefixed `nm`, e.g. `x86_64-pc-linux-gnu-nm` instead of just `nm`.
Luckily, configure already supplies us with $(NM), so just use that.
It also allows the user to override it via the NM environment variable, just like CC or LD, which is a good thing to have in general.