Commit 93f90f7b by Joshua Conner Committed by Josh Conner

crossconfig.m4: Add fuchsia OS.

2017-01-17  Joshua Conner  <joshconner@google.com>

	* crossconfig.m4: Add fuchsia OS.
	* configure: Regenerate.

From-SVN: r244557
parent 1b3254e4
2017-01-17 Joshua Conner <joshconner@google.com>
* crossconfig.m4: Add fuchsia OS.
* configure: Regenerate.
2017-01-17 Jonathan Wakely <jwakely@redhat.com> 2017-01-17 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/69699 PR libstdc++/69699
......
...@@ -53327,6 +53327,12 @@ fi ...@@ -53327,6 +53327,12 @@ fi
done done
;; ;;
*-fuchsia*)
SECTION_FLAGS='-ffunction-sections -fdata-sections'
;;
*-hpux*) *-hpux*)
SECTION_FLAGS='-ffunction-sections -fdata-sections' SECTION_FLAGS='-ffunction-sections -fdata-sections'
...@@ -134,6 +134,12 @@ case "${host}" in ...@@ -134,6 +134,12 @@ case "${host}" in
fi fi
AC_CHECK_FUNCS(__cxa_thread_atexit) AC_CHECK_FUNCS(__cxa_thread_atexit)
;; ;;
*-fuchsia*)
SECTION_FLAGS='-ffunction-sections -fdata-sections'
AC_SUBST(SECTION_FLAGS)
;;
*-hpux*) *-hpux*)
SECTION_FLAGS='-ffunction-sections -fdata-sections' SECTION_FLAGS='-ffunction-sections -fdata-sections'
AC_SUBST(SECTION_FLAGS) AC_SUBST(SECTION_FLAGS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment