Add the part of the freebsd-ppc patch that was rejected by patch(1).
authorDavid O'Brien <obrien@gcc.gnu.org>
Tue, 20 Nov 2001 19:49:28 +0000 (19:49 +0000)
committerDavid O'Brien <obrien@gcc.gnu.org>
Tue, 20 Nov 2001 19:49:28 +0000 (19:49 +0000)
From-SVN: r47224

gcc/config.gcc

index 7a87a96..f41583c 100644 (file)
@@ -346,7 +346,7 @@ case $machine in
                ;;
        *) echo 'Unknown thread configuration for FreeBSD'; exit 1;;
        esac
-       fbsd_tm_file="${fbsd_tm_file} freebsd.h"
+       fbsd_tm_file="${fbsd_tm_file} freebsd-spec.h freebsd.h"
        ;;
 esac