Ticket #350: pr350.diff

File pr350.diff, 655 bytes (added by strauman, on 12/03/06 at 13:31:13)

pr350.diff

  • make/compilers/gcc-target-default.cfg

    RCS file: /usr1/CVS/rtems/make/compilers/gcc-target-default.cfg,v
    retrieving revision 1.37
    diff -u -r1.37 gcc-target-default.cfg
     
    9696LDFLAGS_PROFILE_V =
    9797LDFLAGS_DEBUG_V = -qrtems_debug
    9898
    99 LDFLAGS=$(LDFLAGS_PROFILE) $(LDFLAGS_DEBUG) $(LD_PATHS:%=-L %)
     99AM_LDFLAGS=$(LDFLAGS_PROFILE) $(LDFLAGS_DEBUG) $(LD_PATHS:%=-L %)
    100100
    101101#
    102102# Stuff to clean and clobber for the compiler and its tools