This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Top-level Makefile


    make all does build with optimization, since it's assumed that this
    one is going to be installed.  make bootstrap builds stage1 without
    optimization.

OK, that makes sense.

    Try some more efficient shell, such as bash or at least ksh.

Well, the shell script has #!/bin/sh" in the first line, so that's the
one that's going to be used.  It needs to work reasonably with that one.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]