aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm/semi.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@cambridge.redhat.com>2001-09-14 10:19:30 +0000
committerNick Clifton <nickc@gcc.gnu.org>2001-09-14 10:19:30 +0000
commitbe393ecf35154c276cca7e4843402ababd35b762 (patch)
tree67a55c32ca6ec7ae816c669c07683e6f35b787f2 /gcc/config/arm/semi.h
parent733079758939b30bcdb505d5306b49ba60266c8a (diff)
downloadgcc-be393ecf35154c276cca7e4843402ababd35b762.zip
gcc-be393ecf35154c276cca7e4843402ababd35b762.tar.gz
gcc-be393ecf35154c276cca7e4843402ababd35b762.tar.bz2
Rearrange arm/elf header files
From-SVN: r45594
Diffstat (limited to 'gcc/config/arm/semi.h')
-rw-r--r--gcc/config/arm/semi.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/arm/semi.h b/gcc/config/arm/semi.h
index 3e7d76b..dc63ecd 100644
--- a/gcc/config/arm/semi.h
+++ b/gcc/config/arm/semi.h
@@ -21,11 +21,17 @@ Boston, MA 02111-1307, USA. */
#define STARTFILE_SPEC "crt0.o%s"
+#ifndef LIB_SPEC
#define LIB_SPEC "-lc"
+#endif
+#ifndef SUBTARGET_CPP_SPEC
#define SUBTARGET_CPP_SPEC "-D__semi__"
+#endif
+#ifndef LINK_SPEC
#define LINK_SPEC "%{mbig-endian:-EB} -X"
+#endif
#ifndef TARGET_VERSION
#define TARGET_VERSION fputs (" (ARM/semi-hosted)", stderr);