summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-12-14 14:04:39 -0800
committerJosh Blum <josh@joshknows.com>2010-12-14 14:04:39 -0800
commit03d200f9484d9706535142d9cc0336fcf02b369c (patch)
tree3888cc71786aee9fab7706a42ce2ebcb6cacf062 /firmware
parentfcfac9f3607fdc04d3624034ada2ff724a500b06 (diff)
downloaduhd-03d200f9484d9706535142d9cc0336fcf02b369c.tar.gz
uhd-03d200f9484d9706535142d9cc0336fcf02b369c.tar.bz2
uhd-03d200f9484d9706535142d9cc0336fcf02b369c.zip
usrp2: updated images Makefile for the zpu gcc compiler
Diffstat (limited to 'firmware')
-rw-r--r--firmware/microblaze/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/microblaze/CMakeLists.txt b/firmware/microblaze/CMakeLists.txt
index 0b7f396c7..4344b3ab9 100644
--- a/firmware/microblaze/CMakeLists.txt
+++ b/firmware/microblaze/CMakeLists.txt
@@ -40,7 +40,6 @@ INCLUDE_DIRECTORIES(
# misc flags for the gcc compiler
########################################################################
SET(CMAKE_C_FLAGS -abel) #always needed compile time and link time
-#ADD_DEFINITIONS(-mxl-soft-div -msoft-float -mxl-soft-mul -mxl-barrel-shift)
ADD_DEFINITIONS(-Os --std=gnu99 -Wall -Werror-implicit-function-declaration -ffunction-sections)
MACRO(ADD_LINKER_FLAGS flags)