Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,12 @@ MAKEFLAGS="--no-print-directory -j 9"

# export flags for ports - call make only after all necessary env variables are already set
EXPORT_CFLAGS="$(make -f phoenix-rtos-build/Makefile.common export-cflags)"
EXPORT_CXXFLAGS="$(make -f phoenix-rtos-build/Makefile.common export-cxxflags)"
EXPORT_LDFLAGS="$(make -f phoenix-rtos-build/Makefile.common export-ldflags)"
# export STRIP path & args for stripping binaries
EXPORT_STRIP="$(make -f phoenix-rtos-build/Makefile.common export-strip)"

export EXPORT_CFLAGS EXPORT_LDFLAGS EXPORT_STRIP
export EXPORT_CFLAGS EXPORT_CXXFLAGS EXPORT_LDFLAGS EXPORT_STRIP


#
Expand Down