15 lines
447 B
Diff
15 lines
447 B
Diff
# 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 { \
|