OSDN Git Service

* config/xtensa/elf.h (LIB_SPEC): Add "-lhal".
authorbwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Nov 2002 21:36:49 +0000 (21:36 +0000)
committerbwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Nov 2002 21:36:49 +0000 (21:36 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58837 138bc75d-0d04-0410-961f-82ee72b054a4

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

index ce35237..80b38e7 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-05  John David Anglin  <dave2hiauly1.hia.nrc.ca>
 
        * pa64-hpux.h (LIB_SPEC): Fix p and pg options.
index 866c463..5620e95 100644 (file)
@@ -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"