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
This commit is contained in:
parent
910fa7ebcc
commit
c3708565da
2 changed files with 10 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
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>
|
||||
|
||||
PR rtl-optimization/37514
|
||||
|
|
|
@ -22,9 +22,10 @@ along with GCC; see the file COPYING3. If not see
|
|||
in order to make the other specs easier to write. */
|
||||
#undef DRIVER_SELF_SPECS
|
||||
#define DRIVER_SELF_SPECS \
|
||||
BASE_DRIVER_SELF_SPECS \
|
||||
" %{!EB:%{!EL:%(endian_spec)}}" \
|
||||
" %{!mabi=*: -mabi=n32}"
|
||||
BASE_DRIVER_SELF_SPECS, \
|
||||
LINUX_DRIVER_SELF_SPECS \
|
||||
" %{!EB:%{!EL:%(endian_spec)}}" \
|
||||
" %{!mabi=*: -mabi=n32}"
|
||||
|
||||
#undef LIB_SPEC
|
||||
#define LIB_SPEC "\
|
||||
|
|
Loading…
Add table
Reference in a new issue