diff options
Diffstat (limited to 'gnu/usr.bin/gcc')
-rw-r--r-- | gnu/usr.bin/gcc/gcc/config/pa/openbsd.h | 3 | ||||
-rw-r--r-- | gnu/usr.bin/gcc/gcc/config/pa/pa-openbsd64.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gnu/usr.bin/gcc/gcc/config/pa/openbsd.h b/gnu/usr.bin/gcc/gcc/config/pa/openbsd.h index 2aec2702808..6c26e8872d1 100644 --- a/gnu/usr.bin/gcc/gcc/config/pa/openbsd.h +++ b/gnu/usr.bin/gcc/gcc/config/pa/openbsd.h @@ -31,6 +31,9 @@ Boston, MA 02111-1307, USA. */ #undef MAX_OFILE_ALIGNMENT #define MAX_OFILE_ALIGNMENT 0x8000 +#undef TARGET_SCHED_DEFAULT +#define TARGET_SCHED_DEFAULT "700" + /* libc's profiling functions don't need gcc to allocate counters. */ #define NO_PROFILE_COUNTERS 1 diff --git a/gnu/usr.bin/gcc/gcc/config/pa/pa-openbsd64.h b/gnu/usr.bin/gcc/gcc/config/pa/pa-openbsd64.h index 6a6e544615f..5ea658e2267 100644 --- a/gnu/usr.bin/gcc/gcc/config/pa/pa-openbsd64.h +++ b/gnu/usr.bin/gcc/gcc/config/pa/pa-openbsd64.h @@ -22,6 +22,9 @@ Boston, MA 02111-1307, USA. */ #undef MAX_OFILE_ALIGNMENT #define MAX_OFILE_ALIGNMENT 0x8000 +#undef TARGET_SCHED_DEFAULT +#define TARGET_SCHED_DEFAULT "8000" + /* libc's profiling functions don't need gcc to allocate counters. */ #define NO_PROFILE_COUNTERS 1 |