Changeset 65e6b542 in rtems


Ignore:
Timestamp:
04/26/01 16:41:44 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
c556d0ba
Parents:
83518713
Message:

2001-04-26 Ralf Corsepius <corsepiu@…>

  • compilers/gcc-no_bsp.cfg: Remove -ansi -fasm.
  • compilers/gcc-default.cfg: Dito.
  • compilers/gcc-portsw.cfg: Remove -Hansi.
  • custom/posix.cfg: Remove inclusion of target.cfg.
  • custom/simhppa.cfg: Remove -ansi -fasm.
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • c/src/make/compilers/gcc-target-default.cfg

    r83518713 r65e6b542  
    1919
    2020# NOTE: Should these go to CPPFLAGS ?
    21 CFLAGS_DEFAULT=-g -Wall -ansi -fasm
     21CFLAGS_DEFAULT=-g -Wall
    2222
    2323# NOTE: CPU_CFLAGS should probably be renamed to CPU_CPPFLAGS
  • make/ChangeLog

    r83518713 r65e6b542  
     1       
     22001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     3
     4        * compilers/gcc-default.cfg: Dito.
     5        * compilers/gcc-target-default.cfg: Dito.
     6        * compilers/gcc-portsw.cfg: Remove -Hansi.
     7        * custom/posix.cfg: Remove inclusion of target.cfg.
     8        * custom/simhppa.cfg: Remove -ansi -fasm.
    19
    2102001-04-11      Eric Valette <valette@crf.canon.fr>
  • make/compilers/gcc-no_bsp.cfg

    r83518713 r65e6b542  
    7070CPU_CFLAGS =
    7171
    72 CFLAGS_DEFAULT = $(CPU_CFLAGS) -Wall -ansi -fasm
     72CFLAGS_DEFAULT = $(CPU_CFLAGS) -Wall
    7373
    7474# optimize flag: typically -0, could use -O4 or -fast
  • make/compilers/gcc-portsw.cfg

    r83518713 r65e6b542  
    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 -Hon=Pointers_compatible -Hon=Pointers_compatible_with_ints -Dinline= -D___AM29K__ -Hnocopyr
    5353CFLAGS_DEFAULT = $(CPU_CFLAGS) -Wall
    5454
  • make/compilers/gcc-target-default.cfg

    r83518713 r65e6b542  
    1919
    2020# NOTE: Should these go to CPPFLAGS ?
    21 CFLAGS_DEFAULT=-g -Wall -ansi -fasm
     21CFLAGS_DEFAULT=-g -Wall
    2222
    2323# NOTE: CPU_CFLAGS should probably be renamed to CPU_CPPFLAGS
  • make/custom/posix.cfg

    r83518713 r65e6b542  
    55#
    66
    7 # include $(RTEMS_ROOT)/make/target.cfg
    87include $(RTEMS_ROOT)/make/host.cfg
    98
  • make/custom/simhppa.cfg

    r83518713 r65e6b542  
    2525#  -Wall                -- lots of warnings
    2626#  -pipe                -- compiler uses pipes to talk to phases (usually faster)
    27 #  -ansi                -- ANSI C compliance
    28 #  -fasm                -- ANSI, but allow inline assembler
    2927#  -mgas                -- we are using gas as assembler
    3028#  -fno-keep-inline-functions  -- do not emit any inlines as static
    31 CFLAGS_DEFAULT = $(CPU_CFLAGS) -Wall -ansi -fasm -mgas
     29CFLAGS_DEFAULT = $(CPU_CFLAGS) -Wall -mgas
    3230
    3331# optimize flag: typically -0, could use -O4 or -fast
Note: See TracChangeset for help on using the changeset viewer.