]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.host (hppa*64*-*-linux*): Define extra_parts.
authorJohn David Anglin <danglin@gcc.gnu.org>
Thu, 3 Oct 2013 01:11:41 +0000 (01:11 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Thu, 3 Oct 2013 01:11:41 +0000 (01:11 +0000)
* config.host (hppa*64*-*-linux*): Define extra_parts.
(hppa*-*-linux*): Likewise.

From-SVN: r203151

libgcc/ChangeLog
libgcc/config.host

index 3278591aa191958af66ab69ff98abe45ec28f88a..40fcdba3c768b09a848755b92988860423e6310c 100644 (file)
@@ -1,3 +1,8 @@
+2013-10-02  John David Anglin  <danglin@gcc.gnu.org>
+
+       * config.host (hppa*64*-*-linux*): Define extra_parts.
+       (hppa*-*-linux*): Likewise.
+
 2013-10-02  Joern Rennecke  <joern.rennecke@embecosm.com>
 
        * config/arc/crtgend.S: Add 2013 to Copyright years.
index 9c3066bd7b23ae1980c698df43668560c3837e31..73e066eb4de98290969845ee48db9e534020ea2b 100644 (file)
@@ -446,6 +446,7 @@ h8300-*-elf*)
        ;;
 hppa*64*-*-linux*)
        tmake_file="$tmake_file pa/t-linux pa/t-linux64"
+       extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
        ;;
 hppa*-*-linux*)
        tmake_file="$tmake_file pa/t-linux t-slibgcc-libgcc"
@@ -455,6 +456,7 @@ hppa*-*-linux*)
        else
            tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
        fi
+       extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
        md_unwind_header=pa/linux-unwind.h
        ;;
 hppa[12]*-*-hpux10*)