소스 검색

ps3: disable -Wsign-compare on the PS3, because it's really too verbose with

old GCC versions.
legacy
Sam Hocevar sam 12 년 전
부모
커밋
b69717197e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      configure.ac

+ 2
- 0
configure.ac 파일 보기

@@ -106,6 +106,8 @@ AC_CHECK_LIB(sysmodule_stub, cellSysmoduleLoadModule,
LOL_LIBS="${LOL_LIBS} -lpngdec_stub"
dnl For the pad library
LOL_LIBS="${LOL_LIBS} -lio_stub -lusbd_stub -lpadfilter"
dnl Disable this warning, it's too verbose with vector.h
CXXFLAGS="${CXXFLAGS} -Wno-sign-compare"
AC_PATH_PROG(MAKE_FSELF, make_fself, no)],
[MAKE_FSELF=no])
AM_CONDITIONAL(USE_MAKE_FSELF, test "${MAKE_FSELF}" != "no")


불러오는 중...
취소
저장