URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
Compare Revisions
- This comparison shows the changes necessary to convert path
/openrisc/trunk/toolchain_install_scripts
- from Rev 43 to Rev 39
- ↔ Reverse comparison
Rev 43 → Rev 39
/MOF_ORSOC_TCHN_v5c_or32-elf.sh
77,8 → 77,7
# 030609 - Fixed odd problem with uClibc build on latest Cygwin where it tried |
# to run the INSTALL script file instead of the systems install binary |
# by adding a suffix to the text file. |
# 290609 - Changed linux patch to 2.3 - is a patch derived from revision 42 of |
# OpenRISC repository's kernel. |
|
# TODO: OS X build things - need an "elf.h" from some Linux machine's |
# /usr/local/include dir and put in Mac's /usr/local/include dir - |
# this solves issue with Linux compilation |
213,7 → 212,7
## Patches ## |
BINUTILS_PATCH="$BINUTILS_VER.or32_fixed_patch-v2.1.bz2" |
GCC_PATCH=$GCC_VER.or32patch.bz2 |
LINUX_PATCH="linux_2.6.24_or32_unified_v2.3.bz2" |
LINUX_PATCH="linux_2.6.24_or32_unified_v2.2.bz2" ## New version, changed rgd_dot_config in root, changed or1ksim config file name and contents## |
UCLIBC_PATCH="uClibc-0.9.29-or32-patch-1.1.bz2" |
GDB_PATCH="or32-gdb-6.8-patch-2.4.bz2" |
|