-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libglog: Switch to nanosleep #9612
Conversation
your title is misleading, these are very separate things to be doing to the package, all tryign to sneak in under "use nanosleep" File these separately, or at least as separate commits. I sitll have same comments as I'm going to have on all of these, whhere's the upstream ticket for the usleep/nanosleep conversion? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would also appreciate it if you make separate PRs for usleep
and cmake
.
Allows removal of InstallDev as well as further simplification. Also 100KB smaller package. Added some C/LDFLAGS to further reduce the size. Small Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Optionally fixes compilation with uClibc-ng. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Should be good now. |
Well you didn't create a separate PR. But it looks good to me anyway. |
Just wait on upstream, it just adds unnecessary overhead |
@amir-sabbaghi Well, the main benefit of separate PRs is running through both commits through CircleCI individually. Both do in this case as the second commit is only for uClibc-ng. As for upstream, it seems they're relatively inactive. The other patch for glog was sent two months ago. No comment. google/glog#443 |
Optionally fixes compilation with uClibc-ng.
Also switched to CMake. Allows removal of InstallDev as well as further
simplification. Also 100KB smaller package.
Added some C/LDFLAGS to further reduce the size.
Signed-off-by: Rosen Penev rosenp@gmail.com
Maintainer: @amir-sabbaghi
Compile tested: arc700