Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • PHO's avatar
    c5f7ebd1
    Resurrect UseLibFFIForAdjustors from bitrot. · c5f7ebd1
    PHO authored
    * Pass -Irts/dist/build to the C preprocessor to expose libffi headers (ffi.h and ffitarget.h) to foreign import wrappers during the building process of GHC itself.
    * Install libffi headers into $(ghcheaderdir) just like any other C headers. Otherwise an installed GHC can't find them when it wants to compile foreign import wrappers.
    * Include libffi headers in the bindist for the same reason.
    c5f7ebd1
    History
    Resurrect UseLibFFIForAdjustors from bitrot.
    PHO authored
    * Pass -Irts/dist/build to the C preprocessor to expose libffi headers (ffi.h and ffitarget.h) to foreign import wrappers during the building process of GHC itself.
    * Install libffi headers into $(ghcheaderdir) just like any other C headers. Otherwise an installed GHC can't find them when it wants to compile foreign import wrappers.
    * Include libffi headers in the bindist for the same reason.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.