diff options
author | imp <imp@FreeBSD.org> | 2016-05-19 02:58:30 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2016-05-19 02:58:30 +0000 |
commit | 1eac39e429a8635c0a7a02ba9c1c12e6d1fd4cb2 (patch) | |
tree | 17c6a324bda4990db959b66774e2c101b7e946bd | |
parent | 18b57518bc5993f6636ceec877057332b6ead35f (diff) | |
download | FreeBSD-src-1eac39e429a8635c0a7a02ba9c1c12e6d1fd4cb2.zip FreeBSD-src-1eac39e429a8635c0a7a02ba9c1c12e6d1fd4cb2.tar.gz |
Turns out, mipsn32el worked at one point, so add it back in.
Pointed out by: jmallet@
-rw-r--r-- | Makefile.inc1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 12d7e17..36134f5 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -224,6 +224,7 @@ KNOWN_ARCHES?= aarch64/arm64 \ mips \ mipsel/mips \ mips64el/mips \ + mipsn32el/mips \ mips64/mips \ mipsn32/mips \ powerpc \ |