##// END OF EJS Templates
3.2.0.8...
3.2.0.8 test on the values of v, e1 and e2 removed from the AVGV task

File last commit:

r345:c2bf5d0fa351 R3++
r358:b7b6742fb439 R3++
Show More
sparc-rtems.cmake
9 lines | 485 B | text/x-cmake | CMakeLexer
/ sparc / sparc-rtems.cmake
Switched to cmake, more portable and better conf options!
r299 set(CMAKE_SYSTEM_NAME rtems)
set(CMAKE_C_COMPILER /opt/rtems-4.10/bin/sparc-rtems-gcc)
set(CMAKE_CXX_COMPILER /opt/rtems-4.10/bin/sparc-rtems-g++)
set(CMAKE_LINKER /opt/rtems-4.10/bin/sparc-rtems-g++)
SET(CMAKE_EXE_LINKER_FLAGS "-static")
paul
3.2.0.0...
r345 set(CMAKE_C_FLAGS_RELEASE "-O3 -mfix-b2bst")
Switched to cmake, more portable and better conf options!
r299 set(CMAKE_C_LINK_EXECUTABLE "<CMAKE_LINKER> <FLAGS> <CMAKE_CXX_LINK_FLAGS> <LINK_FLAGS> <OBJECTS> -o <TARGET> <LINK_LIBRARIES>")
include_directories("/opt/rtems-4.10/sparc-rtems/leon3/lib/include")