Changeset 2dbd07f8 in rtems for aclocal/gcc-pipe.m4
- Timestamp:
- 11/09/00 17:04:53 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5fa7205
- Parents:
- 5913d94
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
aclocal/gcc-pipe.m4
r5913d94 r2dbd07f8 11 11 [ 12 12 rtems_cv_gcc_pipe=no 13 if test "$ac_cv_prog_gcc" ="yes"; then13 if test x"$GCC" = x"yes"; then 14 14 echo 'void f(){}' >conftest.c 15 15 if test -z "`${CC} --pipe -c conftest.c 2>&1`";then
Note: See TracChangeset
for help on using the changeset viewer.