diff options
| author | mrg <mrg@NetBSD.org> | 2006-06-24 12:58:42 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2006-06-24 12:58:42 +0000 |
| commit | c1f26e8c419dd970d85a77425f7301c8a65adb37 (patch) | |
| tree | 1b7d13d0691f57e7fdaed48c321da6698b571f95 /gnu/usr.bin/gcc4/libcpp | |
| parent | afe1c7cc6b77e59985e4c7c7a8713ea9d9f9b29a (diff) | |
regenerate hppa mknative files. this mostly works but i have to
compile significant portions of the tree at -O1 instead of -O2, and
sometimes -Os/-O0 is required, and others none works. i'd guess that
some instructions in the .md file are generating more assembler than
they claim to be since all these errors are due too large offsets.
but fixing that is work for someone else, or at least another day :-)
Diffstat (limited to 'gnu/usr.bin/gcc4/libcpp')
| -rw-r--r-- | gnu/usr.bin/gcc4/libcpp/arch/hppa/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gcc4/libcpp/arch/hppa/config.h b/gnu/usr.bin/gcc4/libcpp/arch/hppa/config.h index ecaa885dbd0..27c675354fd 100644 --- a/gnu/usr.bin/gcc4/libcpp/arch/hppa/config.h +++ b/gnu/usr.bin/gcc4/libcpp/arch/hppa/config.h @@ -1,6 +1,6 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.17 2006/05/15 22:03:03 mrg Exp */ -/* and from: NetBSD: mknative.common,v 1.7 2006/05/17 03:27:19 mrg Exp */ +/* Generated from: NetBSD: mknative-gcc,v 1.21 2006/06/24 05:26:50 mrg Exp */ +/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */ /* config.h. Generated by configure. */ /* config.in. Generated from configure.ac by autoheader. */ |
