Commit 217b5889 by Daniel Jacobowitz Committed by Daniel Jacobowitz

* config/arm/t-linux (LIBGCC2_DEBUG_CFLAGS): Delete.

From-SVN: r118630
parent ff883a95
2006-11-09 Daniel Jacobowitz <dan@codesourcery.com>
* config/arm/t-linux (LIBGCC2_DEBUG_CFLAGS): Delete.
2006-11-09 Serge Belyshev <belyshev@depni.sinp.msu.ru> 2006-11-09 Serge Belyshev <belyshev@depni.sinp.msu.ru>
PR middle-end/29726 PR middle-end/29726
......
# Just for these, we omit the frame pointer since it makes such a big # Just for these, we omit the frame pointer since it makes such a big
# difference. It is then pointless adding debugging. # difference.
TARGET_LIBGCC2_CFLAGS = -fomit-frame-pointer -fPIC TARGET_LIBGCC2_CFLAGS = -fomit-frame-pointer -fPIC
LIBGCC2_DEBUG_CFLAGS = -g0
LIB1ASMSRC = arm/lib1funcs.asm LIB1ASMSRC = arm/lib1funcs.asm
LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment