diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-04-07 12:44:08 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-04-07 12:44:08 -0600 |
commit | 0b3d64d2d1d8f16c16f2ace025d12fa15e0ecdf1 (patch) | |
tree | 58cfc7328987b9736b1a9cd9a7c18dcd6f0e787c /gcc | |
parent | 5f5f6cb7ca37255607a333dbec04d36bbd6be056 (diff) | |
download | gcc-0b3d64d2d1d8f16c16f2ace025d12fa15e0ecdf1.zip gcc-0b3d64d2d1d8f16c16f2ace025d12fa15e0ecdf1.tar.gz gcc-0b3d64d2d1d8f16c16f2ace025d12fa15e0ecdf1.tar.bz2 |
Forgot to commit (duh).
From-SVN: r19035
Diffstat (limited to 'gcc')
-rwxr-xr-x | gcc/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure index cc419d4..6c2e948 100755 --- a/gcc/configure +++ b/gcc/configure @@ -4163,7 +4163,8 @@ for machine in $build $host $target; do else tm_file=sparc/sol2-sld.h fi - xm_file="sparc/xm-sysv4.h sparc/xm-sol2.h" + xm_file="xm-siglist.h sparc/xm-sysv4.h sparc/xm-sol2.h" + xm_defines="USG POSIX" tmake_file=sparc/t-sol2 xmake_file=sparc/x-sysv4 extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o" |