4.104.114.84.95
Last change
on this file since 819c7da8 was
4c46630,
checked in by Joel Sherrill <joel.sherrill@…>, on 01/31/00 at 15:15:10
|
Patch rtems-rc-20000118-1.diff from Ralf Corsepius <corsepiu@…>
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
|
-
Property mode set to
100644
|
File size:
608 bytes
|
Line | |
---|
1 | dnl Process this file with autoconf to produce a configure script. |
---|
2 | dnl |
---|
3 | dnl $Id$ |
---|
4 | |
---|
5 | AC_PREREQ(2.13) |
---|
6 | AC_INIT(pc386) |
---|
7 | RTEMS_TOP(../../../../..) |
---|
8 | AC_CONFIG_AUX_DIR(../../../../..) |
---|
9 | |
---|
10 | RTEMS_CANONICAL_TARGET_CPU |
---|
11 | AM_INIT_AUTOMAKE(rtems-c-src-lib-libbsp-i386,$RTEMS_VERSION,no) |
---|
12 | AM_MAINTAINER_MODE |
---|
13 | |
---|
14 | RTEMS_ENV_RTEMSBSP |
---|
15 | RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP) |
---|
16 | RTEMS_CHECK_BSP_CACHE(RTEMS_BSP) |
---|
17 | RTEMS_PROJECT_ROOT |
---|
18 | |
---|
19 | RTEMS_BSP_ALIAS(${RTEMS_BSP},bspdir) |
---|
20 | AC_CONFIG_SUBDIRS($bspdir) |
---|
21 | |
---|
22 | # Explicitly list a Makefile here |
---|
23 | AC_OUTPUT( |
---|
24 | Makefile |
---|
25 | shared/Makefile |
---|
26 | shared/comm/Makefile |
---|
27 | shared/io/Makefile |
---|
28 | shared/irq/Makefile |
---|
29 | shared/pci/Makefile) |
---|
Note: See
TracBrowser
for help on using the repository browser.