Skip to content

Commit 72d3e7c

Browse files
authored
Add FORCE Z14
from patch provided by aarnez in #991
1 parent bdc73a4 commit 72d3e7c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

getarch.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,6 +1085,16 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
10851085
#define CORENAME "Z13"
10861086
#endif
10871087

1088+
#ifdef FORCE_Z14
1089+
#define FORCE
1090+
#define ARCHITECTURE "ZARCH"
1091+
#define SUBARCHITECTURE "Z14"
1092+
#define ARCHCONFIG "-DZ14 " \
1093+
"-DDTB_DEFAULT_ENTRIES=64"
1094+
#define LIBNAME "z14"
1095+
#define CORENAME "Z14"
1096+
#endif
1097+
10881098
#ifndef FORCE
10891099

10901100
#ifdef USER_TARGET

0 commit comments

Comments
 (0)