From ef23121191ceecd2ce9f581b6d5914971dcfe15d Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Tue, 5 Nov 2002 21:33:24 +0000 Subject: [PATCH] * config/xtensa/elf.h (LIB_SPEC): Add "-lhal". From-SVN: r58836 --- gcc/ChangeLog | 4 ++++ gcc/config/xtensa/elf.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b1b7fa4a385f..4cf3a7ba2cad 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-11-05 Bob Wilson + + * config/xtensa/elf.h (LIB_SPEC): Add "-lhal". + 2002-11-04 Aldy Hernandez Backport patch to fix PR c/8451. diff --git a/gcc/config/xtensa/elf.h b/gcc/config/xtensa/elf.h index dea1e5f84141..50cf154ded0c 100644 --- a/gcc/config/xtensa/elf.h +++ b/gcc/config/xtensa/elf.h @@ -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" -- 2.47.2