Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
arch/loongson2_mmi: add missing flags
Browse files Browse the repository at this point in the history
  • Loading branch information
MingcongBai authored May 10, 2020
1 parent 66bb182 commit c17910f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/loongson2_mmi.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
##arch/loongson2_mmi.sh: Optimisation overlay for MMI-enabled Loongson2 (2F).
##@copyright GPL-2.0+
CFLAGS_COMMON_ARCH=' -march=loongson2f -mloongson-mmi '
CFLAGS_COMMON_ARCH='-mabi=64 -march=loongson2f -mloongson-mmi -Wa,-mfix-loongson2f-jump,-mfix-loongson2f-nop '

0 comments on commit c17910f

Please sign in to comment.