summaryrefslogtreecommitdiff
path: root/gcc/config/nextstep.h
diff options
context:
space:
mode:
authorwood <wood@138bc75d-0d04-0410-961f-82ee72b054a4>1993-04-27 20:30:55 +0000
committerwood <wood@138bc75d-0d04-0410-961f-82ee72b054a4>1993-04-27 20:30:55 +0000
commit551ca1a94b28de31598910d2bc054c0f3a5fee6a (patch)
treefa35082adba5b4dca3d27812d365ab9537bf041e /gcc/config/nextstep.h
parent6de9b1b53d4224101ee4f27b19a18c3057b9f44b (diff)
downloadgcc-551ca1a94b28de31598910d2bc054c0f3a5fee6a.tar.gz
(NeXT_OBJC, STANDARD_EXEC_PREFIX): Delete.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4250 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/nextstep.h')
-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