Skip to content

Commit cbbf625

Browse files
committed
Update CMake and remove the aarch64 directory
1 parent 45565c7 commit cbbf625

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

libc/src/setjmp/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_ARCHITECTURE})
1212
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_ARCHITECTURE})
1313
endif()
1414

15-
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS}/${LIBC_TARGET_ARCHITECTURE})
16-
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS}/${LIBC_TARGET_ARCHITECTURE})
17-
endif()
1815

1916
add_entrypoint_object(
2017
setjmp

0 commit comments

Comments
 (0)