From d71cf0ca692224ab69c88f2979b8c5ecb6aae3a7 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 7 Mar 1994 17:42:29 -0500 Subject: (GPLUSPLUS_INCLUDE_DIR): Deleted. (STARTFILE_SPEC): Remove "-nojump". From-SVN: r6710 --- gcc/config/i386/linux.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'gcc') diff --git a/gcc/config/i386/linux.h b/gcc/config/i386/linux.h index f8a97c2..6e2e9d3 100644 --- a/gcc/config/i386/linux.h +++ b/gcc/config/i386/linux.h @@ -73,13 +73,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef STARTFILE_SPEC -#undef GPLUSPLUS_INCLUDE_DIR - #define STARTFILE_SPEC \ - "%{pg:gcrt0.o%s -static} %{!pg:%{p:gcrt0.o%s -static} %{!p:crt0.o%s %{g*:-static}%{!static:%{nojump:-nojump}} %{static:-static}}}" + "%{pg:gcrt0.o%s -static} %{!pg:%{p:gcrt0.o%s -static} %{!p:crt0.o%s %{g*:-static} %{static:-static}}}" -/* The native Linux system uses this. */ -#define GPLUSPLUS_INCLUDE_DIR "/usr/g++-include" /* There are conflicting reports about whether this system uses a different assembler syntax. wilson@cygnus.com says # is right. */ -- cgit v1.1