Remove the accidental gccdeps requirement

This commit is contained in:
Thomas Nagy 2020-02-29 23:09:08 +01:00
parent 02cff4a20c
commit 4bfab7f926
1 changed files with 1 additions and 1 deletions

View File

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