From 027962b15f711c615235d2968a983107e4c6bd83 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Thu, 30 Dec 2010 19:59:49 -0800 Subject: usrp2: zpu compile flags use -phi, -abel is obsolete --- firmware/zpu/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/zpu') diff --git a/firmware/zpu/CMakeLists.txt b/firmware/zpu/CMakeLists.txt index 6222cc2bf..484335992 100644 --- a/firmware/zpu/CMakeLists.txt +++ b/firmware/zpu/CMakeLists.txt @@ -39,7 +39,7 @@ INCLUDE_DIRECTORIES( ######################################################################## # misc flags for the gcc compiler ######################################################################## -SET(CMAKE_C_FLAGS -abel) #always needed compile time and link time +SET(CMAKE_C_FLAGS -phi) #always needed compile time and link time ADD_DEFINITIONS(-Os --std=gnu99 -Wall -Werror-implicit-function-declaration -ffunction-sections) MACRO(ADD_LINKER_FLAGS flags) -- cgit v1.2.3