Diff for /gforth/envos.fs.in between versions 1.9 and 1.10

version 1.9, 2008/08/09 21:26:21 version 1.10, 2008/09/18 15:47:04
Line 34  set-current Line 34  set-current
 \G invocation string of the C compiler used for libtool  \G invocation string of the C compiler used for libtool
     s" @CC@" ;      s" @CC@" ;
   
   : libtool-flags ( -- c-addr u ) \ gforth
   \G force no undefined for cygwin
       [ s" @host_os@" s" cygwin" str= ] [IF]  s"  -no-undefined "
       [ELSE]  s" "  [THEN] ;
   
 \ test for the presence of libffi or ffcall  \ test for the presence of libffi or ffcall
 @FFCALLFLAG@ constant ffcall-present \ libffi present (on building)  @FFCALLFLAG@ constant ffcall-present \ libffi present (on building)
 @LIBFFIFLAG@ constant libffi-present \ ffcall libs present (on building)  @LIBFFIFLAG@ constant libffi-present \ ffcall libs present (on building)

Removed from v.1.9  
changed lines
  Added in v.1.10


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>