Skip to content

Instantly share code, notes, and snippets.

@donaldh
Created March 4, 2015 10:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save donaldh/ebfb4351736ce9252409 to your computer and use it in GitHub Desktop.
Save donaldh/ebfb4351736ce9252409 to your computer and use it in GitHub Desktop.
Getting dyncall to work on Raspberry PI
diff --git a/dyncall/dyncall_macros.h b/dyncall/dyncall_macros.h
index d15936f..957fff7 100644
--- a/dyncall/dyncall_macros.h
+++ b/dyncall/dyncall_macros.h
@@ -224,7 +224,7 @@
#if defined(DC__Arch_ARM_ARM) || defined(DC__Arch_ARM_THUMB)
# if defined(__ARM_EABI__) || defined(DC__OS_NDS)
# if defined (__ARM_PCS_VFP) && (__ARM_PCS_VFP == 1)
-# define DC__ABI_ARM_HF
+# define DC__ABI_ARM_EABI
# else
# define DC__ABI_ARM_EABI
# endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment