summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-12-22 20:33:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-12-22 20:33:55 +0000
commitfcb114c1885620178f4751a08bef5075e0e5a584 (patch)
treed78731040aa15fa8c298099351613c7a2befe4b8 /configure
parentFixes from Eric Norum. C++ support added in previous version was broken: (diff)
downloadrtems-fcb114c1885620178f4751a08bef5075e0e5a584.tar.bz2
Made --enable-gcc28 the default.
Diffstat (limited to 'configure')
-rw-r--r--configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 0af495f710..a3b3e5285b 100644
--- a/configure
+++ b/configure
@@ -774,7 +774,7 @@ case "${enableval}" in
*) { echo "configure: error: bad value ${enableval} for gcc-28 option" 1>&2; exit 1; } ;;
esac
else
- RTEMS_USE_GCC272=yes
+ RTEMS_USE_GCC272=no
fi