mirror of https://github.com/acidanthera/audk.git
Removed commented out lines
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4393 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
d5e481791d
commit
1f89f78983
|
@ -151,12 +151,6 @@ build() {
|
|||
)
|
||||
done
|
||||
|
||||
#"--with-gnu-as" "--with-as=$pref/$targ/bin/as" \
|
||||
#"--with-gnu-ld" "--with-ld=$pref/$targ/bin/ld" \
|
||||
#cp -fr cygwin-snapshot-${CYGWIN_SNAP}-1/newlib/libc/include/* $pref/$targ/include;
|
||||
#cp -fr cygwin-snapshot-${CYGWIN_SNAP}-1/winsup/cygwin/include/* $pref/$targ/include;
|
||||
#cp -fr ${W32API}/include/* $pref/$targ/include;
|
||||
|
||||
wait
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue