mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
treewide: Run refresh on all packages
The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
@@ -0,0 +1,45 @@
|
||||
diff --git a/gcc/configure b/gcc/configure
|
||||
index 3793681..bcda752 100755
|
||||
--- a/gcc/configure
|
||||
+++ b/gcc/configure
|
||||
@@ -26876,19 +26876,6 @@ $as_echo "#define TARGET_LIBC_PROVIDES_SSP 1" >>confdefs.h
|
||||
|
||||
@@ -29036,19 +29036,6 @@ $as_echo "#define ENABLE_DEFAULT_SSP 1"
|
||||
fi
|
||||
|
||||
|
||||
|
||||
-# Test for <sys/sdt.h> on the target.
|
||||
-
|
||||
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking sys/sdt.h in the target C library" >&5
|
||||
@@ -20,17 +18,15 @@ index 3793681..bcda752 100755
|
||||
-fi
|
||||
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_sys_sdt_h" >&5
|
||||
-$as_echo "$have_sys_sdt_h" >&6; }
|
||||
|
||||
|
||||
# Check if TFmode long double should be used by default or not.
|
||||
# Some glibc targets used DFmode long double, but with glibc 2.4
|
||||
diff --git a/gcc/configure.ac b/gcc/configure.ac
|
||||
index 3ee1d67..e321218 100644
|
||||
--- a/gcc/configure.ac
|
||||
+++ b/gcc/configure.ac
|
||||
@@ -4796,16 +4796,6 @@ if test x$gcc_cv_libc_provides_ssp = xyes; then
|
||||
[Define if your target C library provides stack protector support])
|
||||
@@ -5787,16 +5787,6 @@ if test x$enable_default_ssp = xyes ; th
|
||||
fi
|
||||
|
||||
AC_SUBST([enable_default_ssp])
|
||||
|
||||
-# Test for <sys/sdt.h> on the target.
|
||||
-GCC_TARGET_TEMPLATE([HAVE_SYS_SDT_H])
|
||||
-AC_MSG_CHECKING(sys/sdt.h in the target C library)
|
||||
@@ -41,6 +37,6 @@ index 3ee1d67..e321218 100644
|
||||
- [Define if your target C library provides sys/sdt.h])
|
||||
-fi
|
||||
-AC_MSG_RESULT($have_sys_sdt_h)
|
||||
|
||||
|
||||
# Check if TFmode long double should be used by default or not.
|
||||
# Some glibc targets used DFmode long double, but with glibc 2.4
|
||||
|
||||
Reference in New Issue
Block a user