Skip to content

Add explicit "--build" to our "./configure" invocations #198

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

Merged
merged 2 commits into from
May 10, 2017

Conversation

tianon
Copy link
Member

@tianon tianon commented May 9, 2017

This is along the same lines as:

+ rm -r /tmp/tmp.XqFDvrXGni python.tar.xz.asc
+ mkdir -p /usr/src/python
+ tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz
+ rm python.tar.xz
+ cd /usr/src/python
+ dpkg-architecture --query DEB_BUILD_GNU_TYPE
+ gnuArch=s390x-linux-gnu
+ ./configure --build=s390x-linux-gnu --enable-shared --enable-unicode=ucs4
checking build system type... s390x-ibm-linux-gnu
checking host system type... s390x-ibm-linux-gnu
checking for --enable-universalsdk... no
checking for --with-universal-archs... 32-bit
checking MACHDEP... linux2
checking EXTRAPLATDIR... 
checking for --without-gcc... no
checking for --with-icc... no
checking for gcc... gcc

@tianon
Copy link
Member Author

tianon commented May 10, 2017

We're finally green! 😄

@yosifkit yosifkit merged commit f281133 into docker-library:master May 10, 2017
@yosifkit yosifkit deleted the multiarch branch May 10, 2017 19:01
tianon added a commit to infosiftr/stackbrew that referenced this pull request May 10, 2017
JayH5 added a commit to praekeltfoundation/docker-alpine-python that referenced this pull request May 11, 2017
tao12345666333 pushed a commit to tao12345666333/python that referenced this pull request Jun 28, 2018
Add explicit "--build" to our "./configure" invocations
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.

2 participants