diff options
Diffstat (limited to 'gas/configure')
-rwxr-xr-x | gas/configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/configure b/gas/configure index c546914..cce042b 100755 --- a/gas/configure +++ b/gas/configure @@ -4605,6 +4605,9 @@ echo "$as_me: error: $target_cpu isn't a supported MIPS CPU name" >&2;} mips*-linux*) mips_default_abi=O32_ABI ;; + mips64*-openbsd*) + mips_default_abi=N64_ABI + ;; *) mips_default_abi=NO_ABI ;; |