Changeset 3a410c5 in rtems


Ignore:
Timestamp:
10/18/00 13:05:10 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
e6babd7
Parents:
3b5dc96
Message:

2000-10-18 Joel Sherrill <joel@…>

  • compilers/gcc-portsw.cfg: Use gcc style flags.
Location:
make
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • make/ChangeLog

    r3b5dc96 r3a410c5  
     1
     22000-10-18      Joel Sherrill <joel@OARcorp.com>
     3
     4        * compilers/gcc-portsw.cfg: Use gcc style flags.
    15
    262000-09-13      Joel Sherrill <joel@OARcorp.com>
  • make/compilers/gcc-portsw.cfg

    r3b5dc96 r3a410c5  
    5050# default flags
    5151
    52 CFLAGS_DEFAULT = -NB -bwc -nocrt0 -Ml -m -g -Hansi -Hon=Pointers_compatible -Hon=Pointers_compatible_with_ints -Dinline= -D___AM29K__ -Hnocopyr
     52#CFLAGS_DEFAULT = -NB -bwc -nocrt0 -Ml -m -g -Hansi -Hon=Pointers_compatible -Hon=Pointers_compatible_with_ints -Dinline= -D___AM29K__ -Hnocopyr
     53CFLAGS_DEFAULT = $(CPU_CFLAGS) -Wall
    5354
    5455# optimize flag: typically -0, could use -O4 or -fast
Note: See TracChangeset for help on using the changeset viewer.