4.104.114.84.95
Last change
on this file since 737a599 was
737a599,
checked in by Joel Sherrill <joel.sherrill@…>, on 01/12/00 at 16:05:58
|
Patch rtems-rc-20000104-15.diff from Ralf Corsepius <corsepiu@…>
that fixes the following problems:
- Removing bogus ';' in some configure.in (cosmetical fix)
- Moves GAS_CODE16 checks to libbsp/i386/*/configure.in (essential fix)
#2 was responsible for the gcc/binutils-2.9.5 choking while building for
the pc386.
|
-
Property mode set to
100644
|
File size:
943 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(bsp_specs) |
---|
7 | RTEMS_TOP(../../../../../..) |
---|
8 | AC_CONFIG_AUX_DIR(../../../../../..) |
---|
9 | |
---|
10 | RTEMS_CANONICAL_TARGET_CPU |
---|
11 | AM_INIT_AUTOMAKE(rtems-c-src-lib-libbsp-i386-pc386,$RTEMS_VERSION,no) |
---|
12 | AM_MAINTAINER_MODE |
---|
13 | |
---|
14 | RTEMS_ENABLE_LIBCDIR |
---|
15 | |
---|
16 | RTEMS_ENV_RTEMSBSP |
---|
17 | RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP) |
---|
18 | RTEMS_CHECK_BSP_CACHE(RTEMS_BSP) |
---|
19 | RTEMS_CHECK_NETWORKING |
---|
20 | RTEMS_CANONICAL_HOST |
---|
21 | |
---|
22 | dnl if this is an i386, does gas have good code16 support? |
---|
23 | RTEMS_I386_GAS_CODE16 |
---|
24 | AM_CONDITIONAL(RTEMS_GAS_CODE16,test "$RTEMS_GAS_CODE16" = "yes"); |
---|
25 | |
---|
26 | RTEMS_PROJECT_ROOT |
---|
27 | AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes") |
---|
28 | |
---|
29 | AC_CONFIG_SUBDIRS(tools) |
---|
30 | |
---|
31 | # Explicitly list all Makefile here |
---|
32 | AC_OUTPUT( |
---|
33 | Makefile |
---|
34 | clock/Makefile |
---|
35 | console/Makefile |
---|
36 | include/Makefile |
---|
37 | start/Makefile |
---|
38 | startup/Makefile |
---|
39 | timer/Makefile |
---|
40 | 3c509/Makefile |
---|
41 | ne2000/Makefile |
---|
42 | timer/Makefile |
---|
43 | wd8003/Makefile |
---|
44 | wrapup/Makefile) |
---|
Note: See
TracBrowser
for help on using the repository browser.