mirror of
https://git.rtems.org/rtems-tools/
synced 2025-06-16 23:23:42 +08:00
Do not build with zlib.
This commit is contained in:
parent
6b88114668
commit
f51e6914b8
@ -53,6 +53,9 @@ def load():
|
|||||||
'optflags': '-O2 -fasynchronous-unwind-tables',
|
'optflags': '-O2 -fasynchronous-unwind-tables',
|
||||||
'_smp_mflags': smp_mflags,
|
'_smp_mflags': smp_mflags,
|
||||||
'__xz': '/usr/local/bin/xz',
|
'__xz': '/usr/local/bin/xz',
|
||||||
|
# Work around the broken sed code on BSD sed
|
||||||
|
#'without_gcc_std': 'True',
|
||||||
|
'with_zlib': '--with-zlib=no',
|
||||||
}
|
}
|
||||||
return defines
|
return defines
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user