[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [drepper@cygnus.com] glibc-2.0.97



w.r.t. the message about the latest binutils.

In order to get binutils working in a cross-compiling environment
(Alpha/Digital Unix -> Arm/Linux/Elf), I had to make the following
change to 'ld/scripttempl/elf.sc'.

I'm not certain if this change is "the right way" to do this, but it
parallels the in e.g., elfppc.sc.

Does anyone know if this is (a) correct and (b) if so, how to get it
into the normal build?


*** elf.sc	Thu Oct  8 10:26:35 1998
--- elf.sc~	Tue Feb 17 12:36:01 1998
***************
*** 49,55 ****
  cat <<EOF
  OUTPUT_FORMAT("${OUTPUT_FORMAT}", "${BIG_OUTPUT_FORMAT}",
  	      "${LITTLE_OUTPUT_FORMAT}")
! OUTPUT_ARCH(${ARCH})
  ENTRY(${ENTRY})
  
  ${RELOCATING+${LIB_SEARCH_DIRS}}
--- 49,55 ----
  cat <<EOF
  OUTPUT_FORMAT("${OUTPUT_FORMAT}", "${BIG_OUTPUT_FORMAT}",
  	      "${LITTLE_OUTPUT_FORMAT}")
! OUTPUT_ARCH(${OUTPUT_ARCH})
  ENTRY(${ENTRY})
  
  ${RELOCATING+${LIB_SEARCH_DIRS}}
[hood] 


Reply to: