Skip to content

Commit 1d215e5

Browse files
committed
Fix linux64
1 parent ff793c3 commit 1d215e5

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

apothecary/toolchains/linux64.toolchain.cmake

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,11 @@ if(NOT DEFINED GCC_VERSION)
1515
endif()
1616
endif()
1717

18-
if(NOT DEFINED TOOLCHAIN_ROOT)
19-
if(DEFINED ENV{TOOLCHAIN_ROOT})
20-
set(TOOLCHAIN_ROOT $ENV{TOOLCHAIN_ROOT})
21-
else()
22-
set(TOOLCHAIN_ROOT rasbian) # Default value
23-
message(WARNING "TOOLCHAIN_ROOT not specified. Defaulting to TOOLCHAIN_ROOT=rasbian")
24-
endif()
25-
endif()
26-
2718
if(NOT DEFINED SYSROOT)
2819
if(DEFINED ENV{SYSROOT})
2920
set(SYSROOT $ENV{SYSROOT})
3021
else()
31-
set(SYSROOT raspbian_rootfs) # Default value
32-
message(WARNING "SYSROOT not specified. Defaulting to SYSROOT=raspbian_rootfs")
22+
set(SYSROOT /) # Default value
3323
endif()
3424
endif()
3525

0 commit comments

Comments
 (0)