Ignore:
Timestamp:
09/11/14 13:05:02 (9 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
73b5d8bf
Parents:
4c9f02d
git-author:
Sebastian Huber <sebastian.huber@…> (09/11/14 13:05:02)
git-committer:
Sebastian Huber <sebastian.huber@…> (09/11/14 13:05:32)
Message:

bsps/arm: Delete obsolete compiler flags

These flags are obsolete with the EABI based ARM tool chain.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/arm/gdbarmsim/make/custom/arm920.cfg

    r4c9f02d r74493f05  
    1010#  This contains the compiler options necessary to select the CPU model
    1111#  and (hopefully) optimize for it.
    12 # CPU_CFLAGS = -mcpu=arm920 -mstructure-size-boundary=8
    13 CPU_CFLAGS = -mcpu=arm920 -mfloat-abi=soft -mfpu=vfp
     12CPU_CFLAGS = -mcpu=arm920
    1413
    1514# optimize flag: typically -O2
Note: See TracChangeset for help on using the changeset viewer.