URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 72 |
Rev 73 |
Line 82... |
Line 82... |
# 301109 - Changed GCC patch to one with single precision floating point as
|
# 301109 - Changed GCC patch to one with single precision floating point as
|
# default
|
# default
|
# 021209 - Added --disable-werror flag to gdb-6.8 configure line to fix issue
|
# 021209 - Added --disable-werror flag to gdb-6.8 configure line to fix issue
|
# with gcc-4.4.1
|
# with gcc-4.4.1
|
# 110310 - Moved or1ksim to its own directory in the chosen install directory
|
# 110310 - Moved or1ksim to its own directory in the chosen install directory
|
|
# 140310 - Fixed problem with mkdir command
|
|
|
# TODO: OS X build things - need an "elf.h" from some Linux machine's
|
# 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 -
|
# /usr/local/include dir and put in Mac's /usr/local/include dir -
|
# this solves issue with Linux compilation
|
# this solves issue with Linux compilation
|
# TODO: OS X build things - add HOST_LOADLIBES="lintl" to make line of uClibc
|
# TODO: OS X build things - add HOST_LOADLIBES="lintl" to make line of uClibc
|
Line 208... |
Line 209... |
START_DIR=`pwd`
|
START_DIR=`pwd`
|
DN="n"
|
DN="n"
|
DIR=`pwd`
|
DIR=`pwd`
|
|
|
## Makedir command we'll use ##
|
## Makedir command we'll use ##
|
MKDIR=mkdir -p
|
MKDIR='mkdir -p'
|
## Versions of the toolchain components ##
|
## Versions of the toolchain components ##
|
BINUTILS_VER=binutils-2.18.50
|
BINUTILS_VER=binutils-2.18.50
|
GCC_VER_NUM=4.2.2
|
GCC_VER_NUM=4.2.2
|
GCC_VER=gcc-$GCC_VER_NUM
|
GCC_VER=gcc-$GCC_VER_NUM
|
GDB_VER=gdb-6.8
|
GDB_VER=gdb-6.8
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.