diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -730,6 +730,7 @@ CPPFLAGS LDFLAGS CFLAGS CC +cpu_type target_subdir host_subdir build_subdir @@ -3395,6 +3396,9 @@ case "${target}" in ;; esac +cpu_type=`echo ${host} | sed 's/-.*$//'` + + # Disable libssp for some systems. case "${target}" in avr-*-*) |