removed libffi testsuite directory
svn: r8403
This commit is contained in:
parent
4ca0031d4a
commit
d3d3996d7b
|
@ -21,3 +21,7 @@ ways:
|
|||
|
||||
*** Synced from GCC repository, removing the above patches, and
|
||||
*** perhaps making them unnecessary.
|
||||
|
||||
Local changes:
|
||||
|
||||
* Removed libffi/testsuite directory (r8401)
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
AUTOMAKE_OPTIONS = foreign subdir-objects
|
||||
ACLOCAL_AMFLAGS = -I .. -I ../config
|
||||
|
||||
SUBDIRS = include testsuite
|
||||
SUBDIRS = include
|
||||
|
||||
EXTRA_DIST = LICENSE ChangeLog.v1 ChangeLog.libgcj configure.host \
|
||||
src/alpha/ffi.c src/alpha/osf.S src/alpha/ffitarget.h \
|
||||
|
|
|
@ -357,7 +357,7 @@ toolexecdir = @toolexecdir@
|
|||
toolexeclibdir = @toolexeclibdir@
|
||||
AUTOMAKE_OPTIONS = foreign subdir-objects
|
||||
ACLOCAL_AMFLAGS = -I .. -I ../config
|
||||
SUBDIRS = include testsuite
|
||||
SUBDIRS = include
|
||||
EXTRA_DIST = LICENSE ChangeLog.v1 ChangeLog.libgcj configure.host \
|
||||
src/alpha/ffi.c src/alpha/osf.S src/alpha/ffitarget.h \
|
||||
src/arm/ffi.c src/arm/sysv.S src/arm/ffitarget.h \
|
||||
|
|
3
src/foreign/gcc/libffi/configure
vendored
3
src/foreign/gcc/libffi/configure
vendored
|
@ -12675,7 +12675,7 @@ fi
|
|||
ac_config_links="$ac_config_links include/ffitarget.h:src/$TARGETDIR/ffitarget.h"
|
||||
|
||||
|
||||
ac_config_files="$ac_config_files include/Makefile include/ffi.h Makefile testsuite/Makefile"
|
||||
ac_config_files="$ac_config_files include/Makefile include/ffi.h Makefile"
|
||||
|
||||
|
||||
cat >confcache <<\_ACEOF
|
||||
|
@ -13661,7 +13661,6 @@ do
|
|||
"include/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
|
||||
"include/ffi.h" ) CONFIG_FILES="$CONFIG_FILES include/ffi.h" ;;
|
||||
"Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
|
||||
"testsuite/Makefile" ) CONFIG_FILES="$CONFIG_FILES testsuite/Makefile" ;;
|
||||
"include/ffitarget.h" ) CONFIG_LINKS="$CONFIG_LINKS include/ffitarget.h:src/$TARGETDIR/ffitarget.h" ;;
|
||||
"default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
|
||||
"depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
|
||||
|
|
|
@ -354,6 +354,6 @@ test -d src/$TARGETDIR || mkdir src/$TARGETDIR
|
|||
|
||||
AC_CONFIG_LINKS(include/ffitarget.h:src/$TARGETDIR/ffitarget.h)
|
||||
|
||||
AC_CONFIG_FILES(include/Makefile include/ffi.h Makefile testsuite/Makefile)
|
||||
AC_CONFIG_FILES(include/Makefile include/ffi.h Makefile)
|
||||
|
||||
AC_OUTPUT
|
||||
|
|
Loading…
Reference in New Issue
Block a user