Remove the accidental gccdeps requirement

This commit is contained in:
Thomas Nagy 2020-02-29 23:09:08 +01:00
parent 7cfdf4cc33
commit 64350343a2
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
import sys
def configure(conf):
conf.load('gcc gas gccdeps')
conf.load('gcc gas')
try:
size = sys.maxint
except AttributeError: