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

Some power machines advertise themselves as powerpc64 and others as ppc64 #17253

Merged
merged 1 commit into from
Jul 3, 2016

Conversation

ViralBShah
Copy link
Member

@ViralBShah ViralBShah commented Jul 3, 2016

With this - the rest of the build goes through successfully.

@ViralBShah ViralBShah added the system:powerpc PowerPC label Jul 3, 2016
# If we are running on powerpc64, set certain options automatically
ifneq (,$(findstring powerpc64,$(ARCH)))
# If we are running on powerpc64 or ppc64, set certain options automatically
ifneq (,$(findstring pc64,$(ARCH)))
Copy link
Contributor

Choose a reason for hiding this comment

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

use filter for this, ref

julia/Makefile

Line 595 in 2e1bcc6

ifneq (,$(filter $(ARCH), i386 i486 i586 i686))

@ViralBShah ViralBShah changed the title Some power machines advertise themselves as power64 and others as ppc64 Some power machines advertise themselves as powerpc64 and others as ppc64 Jul 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants