Commit c3708565 by David Daney Committed by Adam Nemet

linux64.h (DRIVER_SELF_SPECS): Add LINUX_DRIVER_SELF_SPECS.

	* config/mips/linux64.h (DRIVER_SELF_SPECS): Add
	LINUX_DRIVER_SELF_SPECS.

Co-Authored-By: Adam Nemet <anemet@caviumnetworks.com>

From-SVN: r142334
parent 910fa7eb
2008-12-01 David Daney <ddaney@caviumnetworks.com>
Adam Nemet <anemet@caviumnetworks.com>
* config/mips/linux64.h (DRIVER_SELF_SPECS): Add
LINUX_DRIVER_SELF_SPECS.
2008-12-01 Vladimir Makarov <vmakarov@redhat.com> 2008-12-01 Vladimir Makarov <vmakarov@redhat.com>
PR rtl-optimization/37514 PR rtl-optimization/37514
...@@ -22,9 +22,10 @@ along with GCC; see the file COPYING3. If not see ...@@ -22,9 +22,10 @@ along with GCC; see the file COPYING3. If not see
in order to make the other specs easier to write. */ in order to make the other specs easier to write. */
#undef DRIVER_SELF_SPECS #undef DRIVER_SELF_SPECS
#define DRIVER_SELF_SPECS \ #define DRIVER_SELF_SPECS \
BASE_DRIVER_SELF_SPECS \ BASE_DRIVER_SELF_SPECS, \
" %{!EB:%{!EL:%(endian_spec)}}" \ LINUX_DRIVER_SELF_SPECS \
" %{!mabi=*: -mabi=n32}" " %{!EB:%{!EL:%(endian_spec)}}" \
" %{!mabi=*: -mabi=n32}"
#undef LIB_SPEC #undef LIB_SPEC
#define LIB_SPEC "\ #define LIB_SPEC "\
......
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