Skip to content

Commit

Permalink
Update arch.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaranha authored Jul 25, 2023
1 parent 308f100 commit 9548d26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmake/arch.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ endif()

if(NOT WSIZE)
# Default is 64 bits.
set(AFLAGS "-m64")
set(WSIZE 64)
if(ARCH STREQUAL "X64" OR ARCH STREQUAL "A64")
set(AFLAGS "-m64")
Expand All @@ -52,7 +51,7 @@ if(NOT WSIZE)
set(WSIZE 32)
elseif(ARCH STREQUAL "MSP")
set(WSIZE 16)
elseif(ARCH STREQUAL "MSP")
elseif(ARCH STREQUAL "AVR")
set(WSIZE 8)
endif()
endif()
Expand Down

0 comments on commit 9548d26

Please sign in to comment.