diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-02-12 20:55:05 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-02-12 20:55:05 -0500 |
commit | dcd93d0494b579a734f7c83cc6d13c567c34ddea (patch) | |
tree | f67110353c5a257fd0743314208aeacf2f2c44eb | |
parent | 94e6a1650319b30f9286acb3d02d9e50ae7edf6e (diff) | |
download | gcc-dcd93d0494b579a734f7c83cc6d13c567c34ddea.zip gcc-dcd93d0494b579a734f7c83cc6d13c567c34ddea.tar.gz gcc-dcd93d0494b579a734f7c83cc6d13c567c34ddea.tar.bz2 |
(CC1, LIB_SPEC): Deleted.
From-SVN: r11245
-rw-r--r-- | gcc/config/i386/linux.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/gcc/config/i386/linux.h b/gcc/config/i386/linux.h index b428fc9..c0bb0a7 100644 --- a/gcc/config/i386/linux.h +++ b/gcc/config/i386/linux.h @@ -157,26 +157,6 @@ Boston, MA 02111-1307, USA. */ #define CPP_SPEC "%{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{m486:-D__i486__} %{posix:-D_POSIX_SOURCE}" #endif -/* This is for -profile to use -lc_p instead of -lc. */ -#undef CC1_SPEC -#define CC1_SPEC "%{profile:-p}" - -#undef LIB_SPEC -#if 1 -/* We no longer link with libc_p.a or libg.a by default. If you - * want to profile or debug the Linux C library, please add - * -profile or -ggdb to LDFLAGS at the link time, respectively. - */ -#define LIB_SPEC \ - "%{!shared: %{p:-lgmon} %{pg:-lgmon} %{profile:-lgmon -lc_p} \ - %{!profile:%{!ggdb:-lc} %{ggdb:-lg}}}" -#else -#define LIB_SPEC \ - "%{!shared: \ - %{mieee-fp:-lieee} %{p:-lgmon -lc_p} %{pg:-lgmon -lc_p} \ - %{!p:%{!pg:%{!g*:-lc} %{g*:-lg}}}}" -#endif - /* Provide a LINK_SPEC appropriate for Linux. Here we provide support for the special GCC options -static and -shared, which allow us to link things in one of these three modes by applying the appropriate |