mirror of
https://frontier.innolan.net/github/amigaos-cross-toolchain6.git
synced 2024-10-19 10:29:55 +00:00
Merge branch 'master' of ssh://github.com/bebbo/amigaos-cross-toolchain
This commit is contained in:
+2
-2
@@ -381,7 +381,7 @@ def build():
|
||||
config.guess script knows nothing about x86-64 or darwin.
|
||||
"""
|
||||
|
||||
with env(CC=CC, CXX=CXX, CFLAGS='-O3 -Wall', CXXFLAGS='-O3 -Wall'):
|
||||
with env(CC=CC, CXX=CXX, CFLAGS='-g -Wall', CXXFLAGS='-g -Wall'):
|
||||
configure('{binutils}',
|
||||
'--prefix={target}',
|
||||
'--host=i686-linux-gnu',
|
||||
@@ -394,7 +394,7 @@ def build():
|
||||
unpack('{ixemul}', top_dir='ixemul')
|
||||
patch('{ixemul}')
|
||||
|
||||
with env(CC=CC, CXX=CXX, CFLAGS='-O3 -Wall', CXXFLAGS='-O3 -Wall'):
|
||||
with env(CC=CC, CXX=CXX, CFLAGS='-g -Wall', CXXFLAGS='-g -Wall'):
|
||||
configure('{gcc}',
|
||||
'--prefix={target}',
|
||||
'--host=i686-linux-gnu',
|
||||
|
||||
Reference in New Issue
Block a user