(ORDINARY_LINK): Define by default
if __GNU_LIBRARY__ and not LINUX.
CC = C_COMPILER
#endif
+/* GNU libc requires ORDINARY_LINK so that its own crt0 is used.
+ Linux is an exception because it uses a funny variant of GNU libc. */
+#ifdef __GNU_LIBRARY__
+#ifndef LINUX
+#define ORDINARY_LINK
+#endif
+#endif
+
/* Some machines don't find the standard C libraries in the usual place. */
#ifndef ORDINARY_LINK
#ifndef LIB_STANDARD
#endif
#ifdef MULTI_FRAME
-#define FRAME_SUPPORT ${lispdir}frame.elc ${lispdir}mouse.elc ${lispdir}select.elc ${lispdir}scroll-bar.elc
+#define FRAME_SUPPORT ${lispdir}frame.elc ${lispdir}menu-bar.elc \
+ ${lispdir}mouse.elc ${lispdir}select.elc ${lispdir}scroll-bar.elc
#else
#define FRAME_SUPPORT
#endif