Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 527550 | Differences between
and this patch

Collapse All | Expand All

(-)cmake/rigdependencies.cmake (-1 / +1 lines)
Lines 31-37 Link Here
31
      )
31
      )
32
endif ( NOT CMAKE_COMPILER_IS_GNUCC AND NOT ANY_COMPILER )
32
endif ( NOT CMAKE_COMPILER_IS_GNUCC AND NOT ANY_COMPILER )
33
33
34
set ( DYNAMIPS_FLAGS -Wall -O2 -fomit-frame-pointer )
34
#set ( DYNAMIPS_FLAGS -Wall -O2 -fomit-frame-pointer )
35
set ( DYNAMIPS_DEFINITIONS )
35
set ( DYNAMIPS_DEFINITIONS )
36
set ( DYNAMIPS_INCLUDES )
36
set ( DYNAMIPS_INCLUDES )
37
set ( DYNAMIPS_LIBRARIES ${CMAKE_DL_LIBS} )
37
set ( DYNAMIPS_LIBRARIES ${CMAKE_DL_LIBS} )

Return to bug 527550