Skip to content
Snippets Groups Projects
Commit cd0a70a6 authored by dtc's avatar dtc
Browse files

Patch from Timothy Miller:

SGI introduced a bug in nm with their newest version of their
compilers that prevents lisp.map from being generated right; this fix
is a workaround for that problem.
parent 1a01f811
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
/bin/nm -Bgv $* | sed -e 's/ (weak)//' |sort -k1,1 /bin/nm -Bv $* | grep -v ' [a-z] ' | sed -e 's/ (weak)//' |sort -k1,1
exit 0 exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment