[M3devel] Couple of CM3 build comments (Solaris/SPARC).

Stefan Sperling stsp at elego.de
Thu Aug 16 12:59:22 CEST 2007


On Thu, Aug 16, 2007 at 12:22:25PM +0200, Stefan Sperling wrote:
> On Thu, Aug 16, 2007 at 09:03:36AM +0200, Olaf Wagner wrote:
> > Stefan, could you add the --disable-nls to the gcc configuration and
> > try to build a SOLgnu archive?
> 
> Current head, 5.4, or both?

Wait a minute... as far as I can tell we already build it
with --disable-nls in all cases.

Quoting m3-sys/m3cc/src/m3makefile from the 5.4 branch (trunk
has the same):

 % configure the sources
  if stale(donep, donep)
    if equal (M3CC_HOST, M3CC_TARGET)
      if equal (M3CC_TARGET, "SOLgnu")
        exec ("cd", build_dir, "; .." & SL & "gcc" & SL & "configure", 
              M3CC_CONFIG,
              "--srcdir=.." & SL & "gcc",
              "--enable-languages=m3cg",
              "--disable-nls",
              "--with-gnu-ld=yes",
              "&& echo \"done\" > " & done)
      else
        exec ("cd", build_dir, "; .." & SL & "gcc" & SL & "configure", 
              M3CC_CONFIG,
              "--srcdir=.." & SL & "gcc",
              "--enable-languages=m3cg",
              "--disable-nls",
              "&& echo \"done\" > " & done)
      end
    else
      exec ("cd", build_dir, "; .." & SL & "gcc" & SL & "configure", M3CC_CONFIG,
            "--srcdir=.." & SL & "gcc",
            "--target=" & GNU_platform (M3CC_TARGET),
            "--enable-languages=m3cg",
            "--disable-nls",
            "&& echo \"done\" > " & done)
    end
  end

-- 
stefan
http://stsp.name                                         PGP Key: 0xF59D25F0
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
URL: <http://m3lists.elegosoft.com/pipermail/m3devel/attachments/20070816/51e76466/attachment-0004.sig>


More information about the M3devel mailing list