add armhf/armel test,#534
Merged
Merged
Conversation
…d(__ARM_ARCH_7A__) /* not (defined(x86_64) || defined(aarch64)) */
…RCH_7A__) /* not (defined(x86_64) || defined(aarch64)) */
… for #elif defined(ARM) && defined(__ARM_ARCH_7A__) /* not (defined(x86_64) || defined(aarch64)) */
…age) may change, specially on arm32
…fer from long, asctime, check return value
k-okada
added a commit
to iory/EusLisp
that referenced
this pull request
Oct 8, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
check https://buildd.debian.org/status/fetch.php?pkg=euslisp&arch=armhf&ver=9.32%2Bdfsg-1&stamp=1758791999&raw=0
5f0630a (HEAD -> fix_arm32, k-okada/fix_arm32) eval.c: ARM 32bit armel could be __ARM_ARCH==4 or __ARM_ARCH==4
c21799c unixcall.c: localtime sizoef time(0) is machine dependent and may differ from long, asctime, check return value
a476655 eval.c: get vargv to
#16and use ite7323bd unixcall.c: GETRUSAGE do not use rusage[18] because sizeof(struct rusage) may change, specially on arm32
fdebbb3 keep dlopen(0, RTLD_LAZY)(sysem library) handle to handle and handle2 for #elif defined(ARM) && defined(ARM_ARCH_7A) /* not (defined(x86_64) || defined(aarch64)) /
2ab4310 use -fno-omit-frame-pointer for #elif defined(ARM) && defined(ARM_ARCH_7A) / not (defined(x86_64) || defined(aarch64)) /
c7149e9 exec_function_i: keep r3,r4,r5,r6,r7 for #elif defined(ARM) && defined(ARM_ARCH_7A) / not (defined(x86_64) || defined(aarch64)) */