Use -fPIC instead of -fpic
authorJason Merrill <merrill@gnu.org>
Mon, 13 Mar 1995 23:11:08 +0000 (23:11 +0000)
committerJason Merrill <merrill@gnu.org>
Mon, 13 Mar 1995 23:11:08 +0000 (23:11 +0000)
From-SVN: r9178

gcc/config/i386/t-crtpic
gcc/config/i386/t-sol2
gcc/config/sparc/t-sol2
gcc/config/t-svr4

index d8398e357fdf454ce3c38eafb6a645ad68218e3c..f5dd073a664eb99f5bb82da529fd2a57a2591890 100644 (file)
@@ -1,9 +1,9 @@
 # The pushl in CTOR initialization interferes with frame pointer elimination.
 
-# We need to use -fpic when we are using gcc to compile the routines in
+# We need to use -fPIC when we are using gcc to compile the routines in
 # crtstuff.c.  This is only really needed when we are going to use gcc/g++
 # to produce a shared library, but since we don't know ahead of time when
-# we will be doing that, we just always use -fpic when compiling the
+# we will be doing that, we just always use -fPIC when compiling the
 # routines in crtstuff.c.
 
-CRTSTUFF_T_CFLAGS = -fpic -fno-omit-frame-pointer
+CRTSTUFF_T_CFLAGS = -fPIC -fno-omit-frame-pointer
index eddad5d535e4079513a31f1ab4c6842f0685aca3..f79f6ca05fbe8e93c022c165bc0a98744df5fb36 100644 (file)
@@ -23,10 +23,10 @@ crtn.o: $(srcdir)/config/i386/sol2-cn.asm
        sed -e '/^!/d' <$(srcdir)/config/i386/sol2-cn.asm >crtn.s
        $(AS) -o crtn.o crtn.s
 
-# We need to use -fpic when we are using gcc to compile the routines in
+# We need to use -fPIC when we are using gcc to compile the routines in
 # crtstuff.c.  This is only really needed when we are going to use gcc/g++
 # to produce a shared library, but since we don't know ahead of time when
-# we will be doing that, we just always use -fpic when compiling the
+# we will be doing that, we just always use -fPIC when compiling the
 # routines in crtstuff.c.
 
-CRTSTUFF_T_CFLAGS = -fpic
+CRTSTUFF_T_CFLAGS = -fPIC
index cfc588f570691da339c92e03aeb08829f97a46dd..ccafc00384d404b2522dfd753fbd4eae9e8cdb0b 100644 (file)
@@ -17,14 +17,14 @@ crti.o: $(srcdir)/config/sparc/sol2-ci.asm
 crtn.o: $(srcdir)/config/sparc/sol2-cn.asm
        $(AS) -o crtn.o $(srcdir)/config/sparc/sol2-cn.asm
 
-# We need to use -fpic when we are using gcc to compile the routines in
+# We need to use -fPIC when we are using gcc to compile the routines in
 # crtstuff.c.  This is only really needed when we are going to use gcc/g++
 # to produce a shared library, but since we don't know ahead of time when
-# we will be doing that, we just always use -fpic when compiling the
+# we will be doing that, we just always use -fPIC when compiling the
 # routines in crtstuff.c.
 
 # Since the GNU assembler doesn't support PIC yet, we need to force gcc to
 # use the native assembler when building crtstuff.  If we're a
 # cross-compiler, just give up on using PIC.
 
-CRTSTUFF_T_CFLAGS = `if [ -z "$(CROSS)" ]; then echo -fpic -B/usr/ccs/bin/; fi`
+CRTSTUFF_T_CFLAGS = `if [ -z "$(CROSS)" ]; then echo -fPIC -B/usr/ccs/bin/; fi`
index 7b3a64148ae516629dc5659d012fd26aa54fd019..d4abf4889051b2d9c48c8ed6fbe8663aa9cedca4 100644 (file)
@@ -1,7 +1,7 @@
-# We need to use -fpic when we are using gcc to compile the routines in
+# We need to use -fPIC when we are using gcc to compile the routines in
 # crtstuff.c.  This is only really needed when we are going to use gcc/g++
 # to produce a shared library, but since we don't know ahead of time when
-# we will be doing that, we just always use -fpic when compiling the
+# we will be doing that, we just always use -fPIC when compiling the
 # routines in crtstuff.c.
 
-CRTSTUFF_T_CFLAGS = -fpic
+CRTSTUFF_T_CFLAGS = -fPIC