Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2012.03-56 new Sourcery URLs #23

Open
ilg-ul opened this issue Jun 11, 2012 · 2 comments
Open

2012.03-56 new Sourcery URLs #23

ilg-ul opened this issue Jun 11, 2012 · 2 comments

Comments

@ilg-ul
Copy link

ilg-ul commented Jun 11, 2012

Although it seems that Mentor maintains the old download URLs, as far as I could see, the new URLs are slightly changed:

https://sourcery.mentor.com/GNUToolchain/package10384/public/arm-none-eabi/arm-2012.03-56-arm-none-eabi.src.tar.bz2
https://sourcery.mentor.com/GNUToolchain/package10385/public/arm-none-eabi/arm-2012.03-56-arm-none-eabi-i686-pc-linux-gnu.tar.bz2

Perhaps it would be necesary to update the URLs to reflect this.

I would also suggest to use '?=' instead of '=' for the lines 56-62, to allow URL customisation.

Regards,

Liviu

@bradtgmurray
Copy link
Contributor

The way I prefer to customize makefiles is by specifying the extra arguments on the command line. Command line variable assignments always override variable assignments in the makefile itself, regardless of '?=' vs '='.

@ilg-ul
Copy link
Author

ilg-ul commented Jun 11, 2012

Ok, that's a solution, however the structure of the script I use to call the Makefile is a bit more complex and passing these values via environment variables is probably more appropriate.

I think that adding the '?' in the Makefile is easier than having my script define and apply patches to the Makefile, as I had to do with previous versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants