diff options
author | Josh Blum <josh@joshknows.com> | 2010-12-30 19:59:49 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-12-30 19:59:49 -0800 |
commit | 027962b15f711c615235d2968a983107e4c6bd83 (patch) | |
tree | 486294ab1c31b1f9a1302f922409a48a0f71413b /firmware/zpu | |
parent | 4de4c05f27978ba3f1dfdd14feddd82e26edf1fd (diff) | |
download | uhd-027962b15f711c615235d2968a983107e4c6bd83.tar.gz uhd-027962b15f711c615235d2968a983107e4c6bd83.tar.bz2 uhd-027962b15f711c615235d2968a983107e4c6bd83.zip |
usrp2: zpu compile flags use -phi, -abel is obsolete
Diffstat (limited to 'firmware/zpu')
-rw-r--r-- | firmware/zpu/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |