/usr/src/gcc-4.9/debian/rules.parameters is in gcc-4.9-source 4.9.3-13ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | # configuration parameters taken from upstream source files
GCC_VERSION := 4.9.3
NEXT_GCC_VERSION := 4.9.4
BASE_VERSION := 4.9
SOURCE_VERSION := 4.9.3-13ubuntu2
DEB_VERSION := 4.9.3-13ubuntu2
DEB_EVERSION := 1:4.9.3-13ubuntu2
DEB_GDC_VERSION := 4.9.3-13ubuntu2
DEB_SOVERSION := 4.9
DEB_SOEVERSION := 1:4.9
DEB_LIBGCC_SOVERSION :=
DEB_LIBGCC_VERSION := 1:4.9.3-13ubuntu2
DEB_STDCXX_SOVERSION := 4.9
DEB_GCJ_SOVERSION := 4.9
PKG_GCJ_EXT := 15
PKG_LIBGCJ_EXT := 15
DEB_GOMP_SOVERSION := 4.9
GCC_SONAME := 1
CXX_SONAME := 6
FORTRAN_SONAME := 3
OBJC_SONAME := 4
GCJ_SONAME := 15
GDC_VERSION := 4.9
GNAT_VERSION := 4.9
GNAT_SONAME := 4.9
FFI_SONAME := 4
SSP_SONAME := 0
GOMP_SONAME := 1
ITM_SONAME := 1
ATOMIC_SONAME := 1
BTRACE_SONAME := 1
ASAN_SONAME := 1
LSAN_SONAME := 0
TSAN_SONAME := 0
UBSAN_SONAME := 0
VTV_SONAME := 0
CILKRTS_SONAME := 5
QUADMATH_SONAME := 0
GO_SONAME := 5
LIBC_DEP := libc6
|