add next gen (ng) runtime library designation for libobjc2 plus latest compiler

options


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@38532 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2015-05-24 19:32:18 +00:00
parent d9ea43a7a1
commit ef1f8107eb

View file

@ -1195,6 +1195,8 @@ elif test "$OBJC_RUNTIME_LIB" = "gnugc"; then
AC_MSG_RESULT(GNU)
OBJCFLAGS="$OBJCFLAGS -fgnu-runtime"
OBJC_WITH_GC=yes
elif test "$OBJC_RUNTIME_LIB" = "ng"; then
AC_MSG_RESULT(Next Gen)
else
AC_MSG_RESULT(GNU)
OBJCFLAGS="$OBJCFLAGS -fgnu-runtime"