summaryrefslogtreecommitdiffstats
path: root/scripts/mkgccnewlibspec.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-21 15:59:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-21 15:59:54 +0000
commit43e7d103a0aa620f5f75c4ccac2f5b6c3d3f9433 (patch)
tree4ac0457190bb29a927139d9a966ac14c88c2bb61 /scripts/mkgccnewlibspec.in
parentAdded Semaphore_Flush. (diff)
downloadrtems-43e7d103a0aa620f5f75c4ccac2f5b6c3d3f9433.tar.bz2
Changes from Ralf with script-19991021-0. He fixed the %files
issue and has mkbspspec in a better state. user.cfg is now gone. There are some miscellaneous changes to buildall done by Joel to clean up the build process.
Diffstat (limited to '')
-rw-r--r--scripts/mkgccnewlibspec.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/mkgccnewlibspec.in b/scripts/mkgccnewlibspec.in
index d9abb70558..aaf0f3d5cd 100644
--- a/scripts/mkgccnewlibspec.in
+++ b/scripts/mkgccnewlibspec.in
@@ -3,16 +3,16 @@
# Usage: mktoolspec CPU
#
-RTEMS_DIR=`dirname $0`
+RTEMS_DIR=`dirname $0`/@top_srcdir@
-CFG=user.cfg
+CFG=setup.cache
dst=@RPM_SPECSdir@
usage()
{
echo "$0 [options] <target_alias>"
echo " options:"
- echo " -cfg <user.cfg>"
+ echo " -cfg <setup.cache>"
echo " -o <rpm-spec-dir>"
exit 1 ;
}