mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
95b7a19396
- Set default options to build all five languages (Ada, C, C++, ObjC, Fortran) Maintainer notes: - Previously GNAT-Aux was built from a custom tarball provided by dragonlace.net. Now real gcc source tarballs are used, and then patched. - The standard patch mechanism is not used. Composite diff files generated and provided by dragonlace.net are applied as needed. - This sets the stage to sync GNAT-Aux with gcc 4.7.0 when its released. PR: ports/163914 Submitted by: John Marino <draco@marino.st> (maintainer)
11 lines
321 B
Plaintext
11 lines
321 B
Plaintext
--- gcc/testsuite/gcc.dg/pch/pch.exp.orig
|
|
+++ gcc/testsuite/gcc.dg/pch/pch.exp
|
|
@@ -44,6 +44,7 @@
|
|
set test "largefile.c"
|
|
set testh "largefile.hs"
|
|
set f [open $test w]
|
|
+puts $f "/* { dg-do run { target *-*-solaris* } } */"
|
|
puts $f "/* { dg-timeout-factor 4.0 } */"
|
|
set v 0
|
|
for { set v 0 } { $v < 10000 } { incr v } {
|