diff options
author | Joel Sherrill <joel.sherrill@OARcorp.com> | 2000-01-31 15:15:10 +0000 |
---|---|---|
committer | Joel Sherrill <joel.sherrill@OARcorp.com> | 2000-01-31 15:15:10 +0000 |
commit | 4c46630639ab25de2a90507694d369116a26059b (patch) | |
tree | a4c5525e348e52a5e636718e9c9e2a1ff092b6cd /c/src/lib/libbsp/sh/configure.in | |
parent | Successfully built some RPMs. There is still a lot of work to do. (diff) | |
download | rtems-4c46630639ab25de2a90507694d369116a26059b.tar.bz2 |
Patch rtems-rc-20000118-1.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
that contains:
* cleanups to configuration files
* A reworked gccnewlib.spec.in: I have reformated it for enhanced
readability and added more rtems-base packages. It now should be free of
any installation conflicts (If there still remain some, they should be
regarded as bugs).
* A fix to the bin2boot RTEMS_BSP issue (make RTEMS_BSP="pc386 pc486"
now works).
* removes libbsp/bare/wrapup
* Further cleanups
Diffstat (limited to 'c/src/lib/libbsp/sh/configure.in')
-rw-r--r-- | c/src/lib/libbsp/sh/configure.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/sh/configure.in b/c/src/lib/libbsp/sh/configure.in index 6659f81adc..0019a783ab 100644 --- a/c/src/lib/libbsp/sh/configure.in +++ b/c/src/lib/libbsp/sh/configure.in @@ -11,8 +11,6 @@ RTEMS_CANONICAL_TARGET_CPU AM_INIT_AUTOMAKE(rtems-c-src-lib-libbsp-sh,$RTEMS_VERSION,no) AM_MAINTAINER_MODE -RTEMS_ENABLE_LIBCDIR - RTEMS_ENV_RTEMSBSP RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP) RTEMS_CHECK_BSP_CACHE(RTEMS_BSP) |