--- Additional Comments From pinskia at physics dot uc dot edu 2005-01-04
21:40 ---
Subject: Re: Bootstrap ignores compiler flags supplied on command line
On Jan 4, 2005, at 4:24 PM, Vaclav Haisman wrote:
> gcc -c -g -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING -DIN_GCC -W
> -Wall
On Jan 4, 2005, at 4:24 PM, Vaclav Haisman wrote:
gcc -c -g -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING -DIN_GCC -W
-Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic
-Wno-long-long -Wno-variadic-macros -Wold-style-definition -fno-common
-DHAVE_CONFIG_H -I/home/4/wilx/incl
--- Additional Comments From v dot haisman at sh dot cvut dot cz
2005-01-04 21:24 ---
Subject: Re: Bootstrap ignores compiler flags supplied
on command line
I think that you have closed this one a bit too quick. Have you actually tried
it? This is what I have used:
CFLAGS="-O0 -g3 -
I think that you have closed this one a bit too quick. Have you actually tried
it? This is what I have used:
CFLAGS="-O0 -g3 -fno-omit-frame-pointer" BOOT_CFLAGS="-O0 -g3
-fno-omit-frame-pointer" LIBCFLAGS="-O0 -g3 -fno-omit-frame-pointer"
LIBGCC2_CFLAGS="-O0 -g3 -fno-omit-frame-pointer" make CFL
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-03
15:26 ---
LIBGCC2_CFLAGS changes the libgcc C flags.
--
What|Removed |Added
Status|UNCONFI