mirror of
https://github.com/YellowJacketLinux/lfs-buildscripts.git
synced 2025-02-02 23:07:18 +08:00
bug fix
This commit is contained in:
parent
35bce752d9
commit
99fd44ad7b
@ -12,7 +12,7 @@ tar -Jxf ${bc_tarball}
|
||||
|
||||
cd bc-${bc_version}
|
||||
|
||||
CC=gcc ./configure --prefix=/usr -G -03 -r
|
||||
CC=gcc ./configure --prefix=/usr -G -O3 -r
|
||||
|
||||
make
|
||||
if [ $? -ne 0 ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user