Przeglądaj źródła

Merge topic 'magrathea-release-DT_RUNPATH'

c0f89e9 magrathea: Tell cmELF about DT_RUNPATH (#13497)
David Cole 13 lat temu
rodzic
commit
17f962f03d
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      Utilities/Release/magrathea_release.cmake

+ 2 - 0
Utilities/Release/magrathea_release.cmake

@@ -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