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

Add armv7l #5

Closed
wants to merge 2 commits into from
Closed

Add armv7l #5

wants to merge 2 commits into from

Conversation

jmkuhn
Copy link
Contributor

@jmkuhn jmkuhn commented Apr 16, 2018

To compile and run tests

cd ../TESTS
make OS_TYPE=LINUX CC=gcc COPT_ADD="-fsigned-char -D__ENABLE_BINARY80__=0" CALL_BY_REF=0 GLOBAL_RND=1 GLOBAL_FLAGS=1 UNCHANGED_BINARY_FLAGS=1
./readtest < readtest.in

Tests complete with no errors.

@quinnj
Copy link
Owner

quinnj commented Apr 16, 2018

@jmkuhn
Copy link
Contributor Author

jmkuhn commented Apr 16, 2018

Does my test need to be

elif [ $target == "arm-linux-gnueabihf" ]; then

instead of

elif [ $target == "armv7l-linux-gnu" ]; then

@staticfloat
Copy link

The latest BinaryBuilder has abstracted away a lot of this code. Take a look at some other builders to see the simplified code that no longer needs all this boilerplate code. We call this the new “build_tarballs()” style.

Also, I would encourage you to use “arm*hf” to match against your targets, so that you match both glibc Linux and musl Linux.

@simonbyrne
Copy link
Contributor

Bumping this. Would be good to have ARM builds.

See JuliaMath/DecFP.jl#69

@quinnj
Copy link
Owner

quinnj commented Mar 6, 2019

@quinnj quinnj closed this Mar 6, 2019
@jmkuhn jmkuhn deleted the armv7l branch May 22, 2019 23:03
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.

4 participants