aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@acm.org>2002-11-05 21:36:49 +0000
committerBob Wilson <bwilson@gcc.gnu.org>2002-11-05 21:36:49 +0000
commite9577224cca5c707d48b5b529ff3e9a2dbeffcdb (patch)
tree9068d38cd72a07f9c4d90eb8cdfe69ef3e935236 /gcc
parent49dd74ef2630f34ec6cd058fef04ab103b13fed7 (diff)
downloadgcc-e9577224cca5c707d48b5b529ff3e9a2dbeffcdb.zip
gcc-e9577224cca5c707d48b5b529ff3e9a2dbeffcdb.tar.gz
gcc-e9577224cca5c707d48b5b529ff3e9a2dbeffcdb.tar.bz2
* config/xtensa/elf.h (LIB_SPEC): Add "-lhal".
From-SVN: r58837
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/xtensa/elf.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ce35237..80b38e7 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2002-11-05 Bob Wilson <bob.wilson@acm.org>
+
+ * config/xtensa/elf.h (LIB_SPEC): Add "-lhal".
+
2002-11-05 John David Anglin <dave2hiauly1.hia.nrc.ca>
* pa64-hpux.h (LIB_SPEC): Fix p and pg options.
diff --git a/gcc/config/xtensa/elf.h b/gcc/config/xtensa/elf.h
index 866c463..5620e95 100644
--- a/gcc/config/xtensa/elf.h
+++ b/gcc/config/xtensa/elf.h
@@ -65,7 +65,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#undef ASM_FINAL_SPEC
#undef LIB_SPEC
-#define LIB_SPEC "-lc -lsim -lc -lhandlers-sim"
+#define LIB_SPEC "-lc -lsim -lc -lhandlers-sim -lhal"
#undef STARTFILE_SPEC
#define STARTFILE_SPEC "crt1-sim%O%s crti%O%s crtbegin%O%s _vectors%O%s"