-
Notifications
You must be signed in to change notification settings - Fork 2
sim_use_getopt_long
Tsukasa OI edited this page Oct 18, 2022
·
7 revisions
- Branch:
sim-use-getopt-long - Tracking PR: #74 (view Pull Request and Diff)
- Mailing List:
- PATCH v1 (2022-10-18)
Because of Binutils/GCC hack, getopt on GNU libc (2.25 or before) is currently unusable on sim, causing a regression on CentOS 7.
Getting rid of include/getopt.h is the best solution to avoid hacking but as a short-term solution, this commit replaces calls to getopt to call getopt_long.