]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.gcc (powerpc-*-freebsd*): Use the proper tmake_file files, as set by the gener...
authorDavid O'Brien <obrien@FreeBSD.org>
Thu, 6 Dec 2001 01:43:58 +0000 (01:43 +0000)
committerDavid O'Brien <obrien@gcc.gnu.org>
Thu, 6 Dec 2001 01:43:58 +0000 (01:43 +0000)
2001-12-05  David O'Brien  <obrien@FreeBSD.org>
* config.gcc (powerpc-*-freebsd*): Use the proper tmake_file files,
as set by the generic FreeBSD configure framework.

Approved by:  obvious rule

From-SVN: r47705

gcc/ChangeLog
gcc/config.gcc

index d5adcfad67b15afd68b0898e5f4857eeb8cd49eb..d47d1db87ca71994cfd471c20301a0fa14220df0 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-05  David O'Brien  <obrien@FreeBSD.org>
+
+       * config.gcc (powerpc-*-freebsd*): Use the proper tmake_file files,
+       as set by the generic FreeBSD configure framework.
+
 2001-12-04  Jason Merrill  <jason@redhat.com>
 
        * langhooks.h (struct lang_hooks_for_tree_inlining): Add
index cd72260c960a7c2ee9d726e8a1eaa9bee8426562..7572b9f8a2aa161dcc9ac2780886a2017b941914 100644 (file)
@@ -2645,7 +2645,7 @@ powerpc*-*-freebsd*)
        tm_file="${tm_file} elfos.h ${fbsd_tm_file} rs6000/sysv4.h rs6000/freebsd.h"
        xm_file=rs6000/xm-sysv4.h
        out_file=rs6000/rs6000.c
-       tmake_file="rs6000/t-ppcos t-freebsd rs6000/t-ppccomm"
+       tmake_file="rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
        extra_headers=ppc-asm.h
        ;;
 powerpc-*-sysv*)