initial import from Debian
version: 14.3.0-5 commit: bee30ab0fff2fd6af94c62376c8aa4221bb831e0
This commit is contained in:
14
debian/patches/pr104290-followup.diff
vendored
Normal file
14
debian/patches/pr104290-followup.diff
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
# DP: Follow-up patch for PR go/104290 (Hurd)
|
||||
|
||||
--- a/src/gcc/config/gnu.h
|
||||
+++ b/src/gcc/config/gnu.h
|
||||
@@ -19,6 +19,9 @@ You should have received a copy of the G
|
||||
along with GCC. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
+#define OPTION_GLIBC_P(opts) (DEFAULT_LIBC == LIBC_GLIBC)
|
||||
+#define OPTION_GLIBC OPTION_GLIBC_P (&global_options)
|
||||
+
|
||||
#undef GNU_USER_TARGET_OS_CPP_BUILTINS
|
||||
#define GNU_USER_TARGET_OS_CPP_BUILTINS() \
|
||||
do { \
|
Reference in New Issue
Block a user