Changeset f205fe6d in rtems
- Timestamp:
- 08/20/98 15:46:07 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- dcc2404
- Parents:
- d9e6224
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
README.configure
rd9e6224 rf205fe6d 23 23 --disable-posix 24 24 --disable-tests 25 --disable- ka9q25 --disable-networking 26 26 --enable-cxx 27 27 --enable-bare-cpu-model=<MODEL> … … 41 41 it. It can be disabled with the --disable-posix option. 42 42 43 By default, the RTEMS port of the KA9Q TCP/IP stack is build for targets 44 that support it. It can be disabled with the --disable-ka9q option. 43 By default, the RTEMS networking support is built for targets which 44 support it. It can be specifically disabled for those targets 45 with the --disable-networking option. 45 46 46 47 By default, the RTEMS support of C++ is disabled. It can be enabled -
configure
rd9e6224 rf205fe6d 1204 1204 1205 1205 test "$rtems_cv_prog_MKDIR_P" = "yes" && MKDIR="$MKDIR -p" 1206 test "$rtems_cv_prog_MKDIR_M" = "yes" && MKDIR="$MKDIR -m 0755"1206 #test "$rtems_cv_prog_MKDIR_M" = "yes" && MKDIR="$MKDIR -m 0755" 1207 1207 1208 1208 # Extract the first word of "touch", so it can be a program name with args. -
configure.in
rd9e6224 rf205fe6d 110 110 RTEMS_PROG_MKDIR_P 111 111 test "$rtems_cv_prog_MKDIR_P" = "yes" && MKDIR="$MKDIR -p" 112 test "$rtems_cv_prog_MKDIR_M" = "yes" && MKDIR="$MKDIR -m 0755"112 #test "$rtems_cv_prog_MKDIR_M" = "yes" && MKDIR="$MKDIR -m 0755" 113 113 114 114 AC_PATH_PROG(TOUCH,touch)
Note: See TracChangeset
for help on using the changeset viewer.