This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] fix toolchain stripping


Maxime, All,

On Monday 02 May 2011 17:18:21 Maxime Bizon wrote:
> Stripping is broken in 1.11.0

Yes, I've just seen that as well... I pushed the wrong patch from
the wrong local tree...

That's what one gets for doing releases at 0200 in the morning... :-(

> [12:41] / cat: /home/max/work/gen-toolchain/trunk/targets/src/gcc-/gcc/BASE-VER: No such file or directory
> 
> Small typo (I think) introduced by 055e505f28be
> 
> --- ./scripts/build/internals.sh.old	2011-05-02 17:11:53.728977899 +0200
> +++ ./scripts/build/internals.sh	2011-05-02 17:11:11.468204063 +0200
> @@ -22,7 +22,7 @@
>          esac
>          CT_DoLog INFO "Stripping all toolchain executables"
>          CT_Pushd "${CT_PREFIX_DIR}"
> -        gcc_version=$( cat "${CT_SRC_DIR}/gcc-${CT_GCC_VERSION}/gcc/BASE-VER" )
> +        gcc_version=$( cat "${CT_SRC_DIR}/gcc-${CT_CC_VERSION}/gcc/BASE-VER" )

Forget my private request for a SoB line, I have a better fix here,
that I'll push shortly, and release 1.11.1.

Thank you very much for reporting the issue!

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]