Skip to content
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

Various: use -latomic on ppc #12048

Closed
wants to merge 12 commits into from
Closed

Various: use -latomic on ppc #12048

wants to merge 12 commits into from

Conversation

stenstorp
Copy link
Contributor

@stenstorp stenstorp commented May 31, 2019

Use -latomic on various packages. I pushed some individually before, may as well do it all at once.

@q66
Copy link
Contributor

q66 commented May 31, 2019

This one messes up some whitespace

@@ -43,6 +43,10 @@ case "$XBPS_TARGET_MACHINE" in
;;
ppc64*) configure_args+=" -DARCH=ppc64"
;;
ppc*) configure_arch+=" -DARCH=ppc"
makedepends+=" libatomic-devel"
CFLAGS+=" -latomic"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is that really CFLAGS and not LDFLAGS?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, the ARM parts seem to be using CFLAGS, so probably really CFLAGS

@pullmoll pullmoll closed this in 5a406ac Jun 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants