Changeset f6b798a6 in rtems


Ignore:
Timestamp:
03/10/16 21:48:49 (8 years ago)
Author:
Joel Sherrill <joel@…>
Branches:
5, master
Children:
f953a85
Parents:
22e8c5a3
git-author:
Joel Sherrill <joel@…> (03/10/16 21:48:49)
git-committer:
Joel Sherrill <joel@…> (03/11/16 00:08:52)
Message:

pc386.cfg: Add disabled per-function-sections

updates #2638.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/i386/pc386/make/custom/pc386.cfg

    r22e8c5a3 rf6b798a6  
    2020# optimize flag: typically -O2
    2121CFLAGS_OPTIMIZE_V = -O2 -g
     22# Per function sections disabled per https://devel.rtems.org/ticket/2638
     23# CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
     24#
     25# LDFLAGS = -Wl,--gc-sections
    2226
    2327# Here is the rule to actually build a $(ARCH)/foo$(EXEEXT)
Note: See TracChangeset for help on using the changeset viewer.