Andreas V�gele <[EMAIL PROTECTED]> writes:
>
> gen-scmconfig.$(OBJEXT): gen-scmconfig.c
>       $(CC_FOR_BUILD) $(DEFS) $(INCLUDES) -c -o $@ $<;

Yep, I'd been meaning to do that.  But probably omitting $INCLUDES,
since they're likely to be host-system things, not build-system.
$DEFS probably only has -DHAVE_CONFIG_H, and may be unnecessary too.

One thing for a proper cross-compile is to figure out
$OBJEXT_FOR_BUILD, which may be different from the host system.  I'd
planned to go straight to an executable rather than through an obj.


_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-guile

Reply via email to