Changeset fcb114c1 in rtems


Ignore:
Timestamp:
12/22/97 20:33:55 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
ede9a691
Parents:
c257ec4e
Message:

Made --enable-gcc28 the default.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • configure

    rc257ec4e rfcb114c1  
    775775esac
    776776else
    777   RTEMS_USE_GCC272=yes
     777  RTEMS_USE_GCC272=no
    778778fi
    779779
  • configure.in

    rc257ec4e rfcb114c1  
    5555  no) RTEMS_USE_GCC272=yes ;;
    5656  *)  AC_MSG_ERROR(bad value ${enableval} for gcc-28 option) ;;
    57 esac],[RTEMS_USE_GCC272=yes])
     57esac],[RTEMS_USE_GCC272=no])
    5858
    5959AC_ARG_ENABLE(libcdir, \
Note: See TracChangeset for help on using the changeset viewer.