Browse Source

build: add missing gcc versions to conf

Sevki 7 years ago
parent
commit
fab97c18c3
3 changed files with 9 additions and 0 deletions
  1. 3 0
      amd64/include/cflags.json
  2. 3 0
      amd64/include/klib.json
  3. 3 0
      sys/src/9/amd64/core.json

+ 3 - 0
amd64/include/cflags.json

@@ -21,6 +21,9 @@
 			],
 			"/usr/bin/gcc": [
 				"-Wno-frame-address"
+			],
+			"/usr/bin/gcc-6": [
+				"-Wno-frame-address"
 			]
 		},
 		"Cflags": [

+ 3 - 0
amd64/include/klib.json

@@ -6,6 +6,9 @@
 			],
 			"/usr/bin/gcc": [
 				"-Wno-frame-address"
+			],
+			"/usr/bin/gcc-6": [
+				"-Wno-frame-address"
 			]
 		},
 		"Cflags": [

+ 3 - 0
sys/src/9/amd64/core.json

@@ -18,6 +18,9 @@
 			],
 			"/usr/bin/gcc": [
 				"-Wno-frame-address"
+			],
+			"/usr/bin/gcc-6": [
+				"-Wno-frame-address"
 			]
 		},
 		"Cflags": [