diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-03-07 17:42:29 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-03-07 17:42:29 -0500 |
commit | d71cf0ca692224ab69c88f2979b8c5ecb6aae3a7 (patch) | |
tree | 3b29f37afcc5332939519a5282c9f8f8b41d2dde | |
parent | 08824e9e248361a6000123a46e88c881e34a39e6 (diff) | |
download | gcc-d71cf0ca692224ab69c88f2979b8c5ecb6aae3a7.zip gcc-d71cf0ca692224ab69c88f2979b8c5ecb6aae3a7.tar.gz gcc-d71cf0ca692224ab69c88f2979b8c5ecb6aae3a7.tar.bz2 |
(GPLUSPLUS_INCLUDE_DIR): Deleted.
(STARTFILE_SPEC): Remove "-nojump".
From-SVN: r6710
-rw-r--r-- | gcc/config/i386/linux.h | 6 |
1 files changed, 1 insertions, 5 deletions
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. */ |