This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
-pipe by default
- To: gcc at gcc dot gnu dot org
- Subject: -pipe by default
- From: Phil Edwards <pedwards at disaster dot jaj dot com>
- Date: Fri, 15 Sep 2000 19:18:00 -0400
If GCC is configured with --with-gnu-as, would it be safe to turn -pipe on
by default? (Modulo any OS restrictions, like OS/2 or Win32 or whichever
it is that doesn't support it.) We know that the GNU assembler can handle
reading from stdin, and we know that we're using the GNU assembler...
Phil