Changeset f6b798a6 in rtems
- Timestamp:
- 03/10/16 21:48:49 (8 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/pc386/make/custom/pc386.cfg
r22e8c5a3 rf6b798a6 20 20 # optimize flag: typically -O2 21 21 CFLAGS_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 22 26 23 27 # Here is the rule to actually build a $(ARCH)/foo$(EXEEXT)
Note: See TracChangeset
for help on using the changeset viewer.