summaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorTom Wood <wood@gnu.org>1993-04-27 20:30:55 +0000
committerTom Wood <wood@gnu.org>1993-04-27 20:30:55 +0000
commit3ac6bbb89efc26d819ecb0f73097a74faadc47a8 (patch)
treefa35082adba5b4dca3d27812d365ab9537bf041e /gcc/config
parentf57f12c340ac346c965fc7cc8fff5444c6e3f89a (diff)
downloadgcc-3ac6bbb89efc26d819ecb0f73097a74faadc47a8.tar.gz
(NeXT_OBJC, STANDARD_EXEC_PREFIX): Delete.
From-SVN: r4250
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/nextstep.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/gcc/config/nextstep.h b/gcc/config/nextstep.h
index 58f490a50e0..7a1b35e98b8 100644
--- a/gcc/config/nextstep.h
+++ b/gcc/config/nextstep.h
@@ -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