Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for cc (0.3 sec)

  1. ci/official/containers/linux_arm64/builder.devtoolset/gcc9-fixups.patch

     $(objpfx)shell-container : $(libsupport)
     $(objpfx)echo-container : $(libsupport)
    diff --git a/support/links-dso-program.cc b/support/links-dso-program.cc
    index 8ff3155..f9d2b77 100644
    --- a/support/links-dso-program.cc
    +++ b/support/links-dso-program.cc
    @@ -3,6 +3,11 @@
        backported.  */
     #define _ISOMAC 1
     
    +#define __GLIBC_USE(F)	__GLIBC_USE_ ## F
    +
    Others
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Sep 18 14:52:45 GMT 2023
    - 8.9K bytes
    - Viewed (0)
  2. ci/official/containers/linux_arm64/builder.devtoolset/stringop_trunc.patch

    -	    ? __strcmp_cc (s1, s2, __s1_len)				      \
    -	    : __strcmp_cg (s1, s2, __s1_len))				      \
    -	 : (__builtin_constant_p (s2) && __string2_1bptr_p (s2)		      \
    -	    && (__s2_len = strlen (s2), __s2_len < 4)			      \
    -	    ? (__builtin_constant_p (s1) && __string2_1bptr_p (s1)	      \
    -	       ? __strcmp_cc (s1, s2, __s2_len)				      \
    Others
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Sep 18 14:52:45 GMT 2023
    - 42.9K bytes
    - Viewed (1)
Back to top