[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MIT-Scheme-devel] [commit 56fd6a4] Added FFI test.
From: |
Matt Birkholz |
Subject: |
Re: [MIT-Scheme-devel] [commit 56fd6a4] Added FFI test. |
Date: |
Sat, 30 Apr 2011 10:45:18 -0700 |
> From: Taylor R Campbell <address@hidden>
> Date: Thu, 28 Apr 2011 05:52:39 +0000
>
> [...]
> Why do you distinguish between module cflags/ldflags and shim
> cflags/ldflags? I don't think this will work on Mac OS X: you haven't
> set SHIM_LDFLAGS to create a bundle, so you'll end up trying to create
> executables instead.
If you don't think it is a useful distinction, I can use MODULE_*FLAGS
in the COMPILE/LINK_SHIM variables. If that helps make this work on
Mac OS X, I am happy to oblige.
commit 0b6c2b78caec552c720fc2171224ad9483172a32
Author: Matt Birkholz <address@hidden>
Date: Sat Apr 30 10:40:09 2011 -0700
Un-distinguish LDFLAGS et al for shims or modules.
src/configure.ac | 7 ++++---
src/etc/std-makefile-prefix | 12 ++++++------
src/microcode/achost.ac | 7 ++++---
3 files changed, 14 insertions(+), 12 deletions(-)