* configure.in: When configuring qt, sunos needs the underscore
files; Solaris and Linux both need the normal files. * configure: Reebilt.
This commit is contained in:
parent
7913158535
commit
2a18e74810
2 changed files with 14 additions and 14 deletions
14
configure
vendored
14
configure
vendored
|
|
@ -3442,18 +3442,18 @@ mips-*-*)
|
|||
qtmdc_c=$qtsrcdir/md/null.c
|
||||
qtdmdb_s=$qtsrcdir/md/mips_b.s
|
||||
;;
|
||||
sparc-sun-solaris2.*)
|
||||
qtmd_h=md/sparc.h
|
||||
qtmdc_c=$qtsrcdir/md/null.c
|
||||
qtmds_s=$qtsrcdir/md/sparc.s
|
||||
qtdmdb_s=$qtsrcdir/md/sparc_b.s
|
||||
;;
|
||||
sparc-*-*)
|
||||
sparc-*-sunos*)
|
||||
qtmd_h=md/sparc.h
|
||||
qtmdc_c=$qtsrcdir/md/null.c
|
||||
qtmds_s=$qtsrcdir/md/_sparc.s
|
||||
qtdmdb_s=$qtsrcdir/md/_sparc_b.s
|
||||
;;
|
||||
sparc-*-*)
|
||||
qtmd_h=md/sparc.h
|
||||
qtmdc_c=$qtsrcdir/md/null.c
|
||||
qtmds_s=$qtsrcdir/md/sparc.s
|
||||
qtdmdb_s=$qtsrcdir/md/sparc_b.s
|
||||
;;
|
||||
*)
|
||||
echo "Unknown configuration; threads package disabled"
|
||||
threads_enabled=false
|
||||
|
|
|
|||
14
configure.in
14
configure.in
|
|
@ -287,18 +287,18 @@ mips-*-*)
|
|||
qtmdc_c=$qtsrcdir/md/null.c
|
||||
qtdmdb_s=$qtsrcdir/md/mips_b.s
|
||||
;;
|
||||
sparc-sun-solaris2.*)
|
||||
qtmd_h=md/sparc.h
|
||||
qtmdc_c=$qtsrcdir/md/null.c
|
||||
qtmds_s=$qtsrcdir/md/sparc.s
|
||||
qtdmdb_s=$qtsrcdir/md/sparc_b.s
|
||||
;;
|
||||
sparc-*-*)
|
||||
sparc-*-sunos*)
|
||||
qtmd_h=md/sparc.h
|
||||
qtmdc_c=$qtsrcdir/md/null.c
|
||||
qtmds_s=$qtsrcdir/md/_sparc.s
|
||||
qtdmdb_s=$qtsrcdir/md/_sparc_b.s
|
||||
;;
|
||||
sparc-*-*)
|
||||
qtmd_h=md/sparc.h
|
||||
qtmdc_c=$qtsrcdir/md/null.c
|
||||
qtmds_s=$qtsrcdir/md/sparc.s
|
||||
qtdmdb_s=$qtsrcdir/md/sparc_b.s
|
||||
;;
|
||||
*)
|
||||
echo "Unknown configuration; threads package disabled"
|
||||
threads_enabled=false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue