diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 129efee..bf8bbe2 100644 --- a/configure.in +++ b/configure.in @@ -457,7 +457,7 @@ case "${target}" in ;; # start-sanitize-d30v d30v-*-*) - noconfigdirs="$noconfigdirs gcc newlib target-librx target-libg++ target-libstdc++ target-libio target-libgloss target-libiberty target-newlib target-examples" + noconfigdirs="$noconfigdirs newlib target-librx target-libg++ target-libstdc++ target-libio target-libgloss target-libiberty target-newlib target-examples" # start-sanitize-ide noconfigdirs="$noconfigdirs libide vmake jstools" # end-sanitize-ide |