URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Go to most recent revision |
Only display areas with differences |
Details |
Blame |
View Log
Rev 28 |
Rev 174 |
#! /bin/sh
|
#! /bin/sh
|
|
|
# This script will set up a Makefile fragment with
|
# This script will set up a Makefile fragment with
|
# platform specifics. This fragement can be used by
|
# platform specifics. This fragement can be used by
|
# the automatically generated Makefile (via the script
|
# the automatically generated Makefile (via the script
|
# 'build_Makefile')
|
# 'build_Makefile')
|
|
|
# Copied from 'makefile' the "install" tree
|
# Copied from 'makefile' the "install" tree
|
|
|
HOME=${1-`pwd`}
|
HOME=${1-`pwd`}
|
if [ ! -d ${HOME}/install ]; then
|
if [ ! -d ${HOME}/install ]; then
|
echo "Not an eCos install tree"
|
echo "Not an eCos install tree"
|
echo "usage: /build_Make.params []"
|
echo "usage: /build_Make.params []"
|
exit
|
exit
|
fi
|
fi
|
|
|
cat <Make.params
|
cat <Make.params
|
|
|
# Copied from 'makefile' in the "install" tree
|
# Copied from 'makefile' in the "install" tree
|
|
|
EOF
|
EOF
|
|
|
grep export ${HOME}/makefile >>Make.params
|
grep export ${HOME}/makefile >>Make.params
|
|
|
cat <>Make.params
|
cat <>Make.params
|
|
|
#
|
#
|
# Target specific flags, etc.
|
# Target specific flags, etc.
|
#
|
#
|
|
|
EOF
|
EOF
|
|
|
cat ${HOME}/install/include/pkgconf/ecos.mak >>Make.params
|
cat ${HOME}/install/include/pkgconf/ecos.mak >>Make.params
|
|
|
|
|
|
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.