From 895c965f75f4a0d85143b614dd7232ce85c45307 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 27 Sep 2017 10:39:23 -0700 Subject: uhd: Removed drivers for E100/E110 The E1x0 series is still supported on the 3.9 LTS branch. --- host/cmake/Toolchains/arm_cortex_a8_cross.cmake | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 host/cmake/Toolchains/arm_cortex_a8_cross.cmake (limited to 'host/cmake/Toolchains') diff --git a/host/cmake/Toolchains/arm_cortex_a8_cross.cmake b/host/cmake/Toolchains/arm_cortex_a8_cross.cmake deleted file mode 100644 index aee1b7f6c..000000000 --- a/host/cmake/Toolchains/arm_cortex_a8_cross.cmake +++ /dev/null @@ -1,20 +0,0 @@ -######################################################################## -# Toolchain file for cross building for ARM Cortex A8 w/ NEON -# Usage: cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchains/arm_cortex_a8_\ -cross.cmake -DENABLE_E100=ON -DENABLE_USRP_E_UTILS=TRUE -DENABLE_ORC=ON \ --DCAMKE_INSTALL_PREFIX=./install ../ -######################################################################## -set( CMAKE_SYSTEM_NAME Linux ) -set( CMAKE_CXX_COMPILER arm-angstrom-linux-gnueabi-g++ ) -set( CMAKE_C_COMPILER arm-angstrom-linux-gnueabi-gcc ) -set( CMAKE_CXX_FLAGS "-march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp" CACHE STRING "" FORCE ) -set( CMAKE_C_FLAGS ${CMAKE_CXX_FLAGS} CACHE STRING "" FORCE ) #same flags for C sources - -set( CMAKE_FIND_ROOT_PATH /usr/local/angstrom/arm/ -/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi ) - -#set( BOOST_ROOT ${CMAKE_FIND_ROOT_PATH} ) -#set( BOOST_INCLUDEDIR ${CMAKE_FIND_ROOT_PATH}/usr/include/boost ) -#set( CMAKE_FIND_ROOT_PATH_MODE_PROGRAM ONLY ) -set( CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY ) -set( CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY ) -- cgit v1.2.3