Skip to content

Commit 3b23194

Browse files
authored
Map 32bit ZEN to NEHALEM rather than old BARCELONA
1 parent 619c22a commit 3b23194

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.system

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ ifeq ($(TARGET_CORE), EXCAVATOR)
194194
GETARCH_FLAGS := -DFORCE_BARCELONA
195195
endif
196196
ifeq ($(TARGET_CORE), ZEN)
197-
GETARCH_FLAGS := -DFORCE_BARCELONA
197+
GETARCH_FLAGS := -DFORCE_NEHALEM
198198
endif
199199
endif
200200

0 commit comments

Comments
 (0)