Skip to content

Commit 1ae607b

Browse files
authored
Update Makefile.x86_64
1 parent d393f19 commit 1ae607b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Makefile.x86_64

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,10 @@ endif
1010

1111

1212
ifndef DYNAMIC_ARCH
13-
define ADD_CPUFLAGS
14-
1
15-
endef
13+
ADD_CPUFLAGS = 1
1614
else
1715
ifdef TARGET_CORE
18-
define ADD_CPUFLAGS
19-
1
20-
endef
16+
ADD_CPUFLAGS = 1
2117
endif
2218
endif
2319

0 commit comments

Comments
 (0)