- Timestamp:
- 09/04/14 16:29:22 (7 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 704229c
- Parents:
- 7fda5c5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/Makefile.am
rbd119b3 r354e54a 33 33 export RTE_SDK=@RTE_SDK@ 34 34 export RTE_TARGET=@RTE_TARGET@ 35 export SAVED_CFLAGS:=$(CFLAGS) 36 export SAVED_CXXFLAGS:=$(CXXFLAGS) 35 37 include $(RTE_SDK)/mk/rte.vars.mk 36 38 # We need to add -Wl before the linker otherwise this breaks our build … … 38 40 export DPDK_LIBTRACE_MK=dpdk_libtrace.mk 39 41 include $(DPDK_LIBTRACE_MK) 42 export CFLAGS += $(SAVED_CFLAGS) 43 export CXXFLAGS += $(SAVED_CXXFLAGS) 40 44 endif 41 45
Note: See TracChangeset
for help on using the changeset viewer.