OSDN Git Service

(GPLUSPLUS_INCLUDE_DIR): Deleted.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Mar 1994 22:42:29 +0000 (22:42 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Mar 1994 22:42:29 +0000 (22:42 +0000)
(STARTFILE_SPEC): Remove "-nojump".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6710 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/i386/linux.h

index f8a97c2..6e2e9d3 100644 (file)
@@ -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"
 \f
 /* There are conflicting reports about whether this system uses
    a different assembler syntax.  wilson@cygnus.com says # is right.  */