This is the mail archive of the gcc-patches@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]

Re: A patch for gcc/Makefile.in


> 
> 
>   In message <m0ynCi9-00026CC@ocean.lucon.org>you write:
>   > All crt*.o should be compiled with -fno-exceptions. But it is not true
>   > for crtbeginS.o and crtendS.o. Also
> -fno-exceptions is not needed when compiling C code, so I don't see
> why you think this patch is necessary.

1. exceptions is just disabled for C for now.
2. crtbegin.o and crtend.o are compiled with -fno-exceptions.

We should be consistent on crt*.o. And exceptions may be enabled for
C in the future, but crt*.o should not be compiled with exceptions.

> 
>   > # make INSTALL
>   > 
>   > doesn't work if a separate build directory is used. This patch fixes
>   > those 2 bugs.
> Sigh.  I'd just assume wipe INSTALL out of the distribution.  It's
> painfully out of date and all the information can be found in the
> real manual.
> 

Fine with me.

-- 
H.J. Lu (hjl@gnu.org)


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