]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/xtensa/elf.h (LIB_SPEC): Add "-lhal".
authorBob Wilson <bob.wilson@acm.org>
Tue, 5 Nov 2002 21:33:24 +0000 (21:33 +0000)
committerBob Wilson <bwilson@gcc.gnu.org>
Tue, 5 Nov 2002 21:33:24 +0000 (21:33 +0000)
From-SVN: r58836

gcc/ChangeLog
gcc/config/xtensa/elf.h

index b1b7fa4a385fd859970efc2a0e638a41df3291d3..4cf3a7ba2cadad40025e06e77affd1c8fb595594 100644 (file)
@@ -1,3 +1,7 @@
+2002-11-05  Bob Wilson  <bob.wilson@acm.org>
+
+       * config/xtensa/elf.h (LIB_SPEC): Add "-lhal".
+
 2002-11-04  Aldy Hernandez  <aldyh@redhat.com>
 
         Backport patch to fix PR c/8451.
index dea1e5f84141f79cb07c9005c0a0460a67690af1..50cf154ded0c1998ac0080e1f67a57363bc46857 100644 (file)
@@ -58,7 +58,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"