aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips
diff options
context:
space:
mode:
authorsje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2014-10-08 20:08:04 +0000
committersje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2014-10-08 20:08:04 +0000
commitc3fbdb4c7b02b98b322ab5881a068bfc5d65451d (patch)
tree8a03e6dfe29841c0df215bfa3c60df3f68ffa7ef /gcc/config/mips
parentdc235676b07242b2f8def75e06909bc486d8be69 (diff)
2014-10-08 Steve Ellcey <sellcey@mips.com>
* config/mips/mti-linux.h (DRIVER_SELF_SPECS): Change LINUX64_DRIVER_SELF_SPECS to LINUX_DRIVER_SELF_SPECS git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216011 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mips')
-rw-r--r--gcc/config/mips/mti-linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/mti-linux.h b/gcc/config/mips/mti-linux.h
index 318e981290b..34b64d6e5fb 100644
--- a/gcc/config/mips/mti-linux.h
+++ b/gcc/config/mips/mti-linux.h
@@ -43,4 +43,4 @@ along with GCC; see the file COPYING3. If not see
BASE_DRIVER_SELF_SPECS \
\
/* Use the standard linux specs for everything else. */ \
- LINUX64_DRIVER_SELF_SPECS
+ LINUX_DRIVER_SELF_SPECS