Skip to content

Commit be24c66

Browse files
committed
Keep LOONGSON3A and LOONGSON3B for loongson
1 parent 4b54885 commit be24c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getarch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
814814
#endif
815815

816816

817-
#ifdef FORCE_LOONGSON3R3
817+
#if defined FORCE_LOONGSON3R3 || defined FORCE_LOONGSON3A || defined FORCE_LOONGSON3B
818818
#define FORCE
819819
#define ARCHITECTURE "MIPS"
820820
#define SUBARCHITECTURE "LOONGSON3R3"

0 commit comments

Comments
 (0)