Changeset 5964f52
- Timestamp:
- 12/06/18 18:45:22 (2 years ago)
- Branches:
- develop
- Children:
- 5097267
- Parents:
- 5141cd6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/Makefile.am
rdab79f2 r5964f52 43 43 export SAVED_CFLAGS:=$(CFLAGS) 44 44 export SAVED_CXXFLAGS:=$(CXXFLAGS) 45 export SAVED_CPPFLAGS:=$(CPPFLAGS) 46 export SAVED_LDFLAGS:=$(LDFLAGS) 45 47 include $(RTE_SDK)/mk/rte.vars.mk 46 48 # We need to add -Wl before the linker otherwise this breaks our build … … 50 52 export CFLAGS += $(SAVED_CFLAGS) 51 53 export CXXFLAGS += $(SAVED_CXXFLAGS) 54 export CPPFLAGS:=$(SAVED_CPPFLAGS) 55 export LDFLAGS += $(SAVED_LDFLAGS) 52 56 endif 53 57
Note: See TracChangeset
for help on using the changeset viewer.