Provide source level debug ability in *unix environment.

[Background]
The UnixPkg provide an simulator in *unix. To support source level debug, we need force all modules be built as ELF shard objects and dynamically load all of modules using dlopen(). For peicore, peim and dxecore, we provide a wrapper to provide PeCoffLoader interface 

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5382 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
eric_tian
2008-06-30 06:25:43 +00:00
parent ed0b86b183
commit 865c7e1722
3 changed files with 18 additions and 2 deletions

View File

@@ -492,5 +492,5 @@
}
[BuildOptions]
#DEBUG_*_IA32_DLINK_FLAGS = --shared
DEBUG_*_IA32_DLINK_FLAGS = --shared
*_*_IA32_CC_FLAGS = -idirafter/usr/include