diff options
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1459,7 +1459,7 @@ if test $cpu != "generic"; then sparc64) add_cflags "-mcpu=v9" ;; - arm*) + arm*|cortex*) add_cflags "-mcpu=$cpu" ;; *) |