Merge topic 'magrathea-release-DT_RUNPATH'

c0f89e9 magrathea: Tell cmELF about DT_RUNPATH (#13497)
This commit is contained in:
David Cole 2012-09-04 15:48:10 -04:00 committed by CMake Topic Stage
commit 17f962f03d
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ set(HOST magrathea)
set(MAKE_PROGRAM "make")
set(CC gcc332s)
set(CXX c++332s)
set(CFLAGS -DDT_RUNPATH=29)
set(CXXFLAGS -DDT_RUNPATH=29)
set(INITIAL_CACHE "
CMAKE_BUILD_TYPE:STRING=Release
CURSES_LIBRARY:FILEPATH=/usr/i686-gcc-332s/lib/libncurses.a