(NeXT_OBJC, STANDARD_EXEC_PREFIX): Delete.
authorTom Wood <wood@gnu.org>
Tue, 27 Apr 1993 20:30:55 +0000 (20:30 +0000)
committerTom Wood <wood@gnu.org>
Tue, 27 Apr 1993 20:30:55 +0000 (20:30 +0000)
From-SVN: r4250

gcc/config/nextstep.h

index 58f490a50e084b9b2513448d4eea42429d641fd8..7a1b35e98b8d50fd8f73dc775a150e162c973204 100644 (file)
@@ -41,11 +41,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
   }
 #endif /* CROSS_COMPILE */
 
-/* Search for compiler tools in /lib.  */
-
-#undef STANDARD_EXEC_PREFIX
-#define STANDARD_EXEC_PREFIX "/lib/"
-
 #undef EXTRA_FORMAT_FUNCTIONS
 #define EXTRA_FORMAT_FUNCTIONS \
       "NXPrintf",      FALSE,  2,      FALSE,  \
@@ -56,14 +51,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
       "bsd_sprintf",   FALSE,  2,      FALSE,  \
       "bsd_vsprintf",  FALSE,  2,      TRUE,
 
-/* Use NeXT's special calling convention for sending an Objc message.  */
+/* Make -fnext-runtime the default.  */
 
 #define NEXT_OBJC_RUNTIME
 
-/* NeXT-private compiler modifications */
-
-#define NeXT_OBJC
-
 /* We have atexit.  */
 
 #define HAVE_ATEXIT