aboutsummaryrefslogtreecommitdiff
path: root/libgloss/msp430
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/msp430')
-rwxr-xr-xlibgloss/msp430/configure4
-rw-r--r--libgloss/msp430/configure.ac4
2 files changed, 0 insertions, 8 deletions
diff --git a/libgloss/msp430/configure b/libgloss/msp430/configure
index 8112a4c..ec63830 100755
--- a/libgloss/msp430/configure
+++ b/libgloss/msp430/configure
@@ -1765,10 +1765,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
-if test "${enable_shared}" = "yes" ; then
- echo "Shared libraries not supported for cross compiling, ignored"
-fi
-
ac_aux_dir=
for ac_dir in ../.. "$srcdir"/../..; do
if test -f "$ac_dir/install-sh"; then
diff --git a/libgloss/msp430/configure.ac b/libgloss/msp430/configure.ac
index c9c1dfa..aee211a 100644
--- a/libgloss/msp430/configure.ac
+++ b/libgloss/msp430/configure.ac
@@ -13,10 +13,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(crt0.S)
-if test "${enable_shared}" = "yes" ; then
- echo "Shared libraries not supported for cross compiling, ignored"
-fi
-
AC_CONFIG_AUX_DIR(../..)
AC_CANONICAL_SYSTEM