diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-12-04 22:07:01 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-12-04 22:07:01 +0000 |
| commit | 9edbb8400e4feef83a779c4715c19e11e1ab2347 (patch) | |
| tree | f3f6e61b2f6cbbe4b95531b0d0eb9cc777931c48 /lang/egcs/files/patch-al | |
| parent | Add reportmagic 2.03, a wrapper for analog that produces more professional (diff) | |
Add all of the FreeBSD hacks I had in the base EGCS-1.1.2 compiler way
back when... that is all but a.out support.
Diffstat (limited to 'lang/egcs/files/patch-al')
| -rw-r--r-- | lang/egcs/files/patch-al | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/egcs/files/patch-al b/lang/egcs/files/patch-al index c8a195127ed0..13cd94d70fc0 100644 --- a/lang/egcs/files/patch-al +++ b/lang/egcs/files/patch-al @@ -5,7 +5,7 @@ fi ;; + alpha*-*-freebsd*) -+ tm_file="${tm_file} freebsd.h alpha/freebsd.h alpha/freebsd-elf.h" ++ tm_file="${tm_file} freebsd.h alpha/alpha.h alpha/elf.h alpha/freebsd.h alpha/freebsd-elf.h" + xm_file="${xm_file} xm-freebsd.h" + target_cpu_default="MASK_GAS" + tmake_file="t-freebsd alpha/t-crtbe" @@ -35,7 +35,7 @@ ;; i[[34567]]86-*-freebsd*) - tm_file=i386/freebsd.h -+ tm_file="i386/i386.h i386/att.h linux.h i386/freebsd.h i386/perform.h" ++ tm_file="i386/i386.h i386/att.h linux.h freebsd.h i386/freebsd.h i386/perform.h" # On FreeBSD, the headers are already ok, except for math.h. fixincludes=fixinc.wrap - tmake_file=i386/t-freebsd |
