-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Hey there,
I was wondering if it is possible to support cross compilation for yash.
Currently, it only works if makesignum was built using the host's compiler ($HOSTCC which is often gcc) (not the cross-compilation toolchain's compiler as yash later expects ./makesignum to run on the host):
$MAKE \
CC=$HOSTCC \
makesignumI am also disabling tryexec ():
tryexec () {
:
}Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request