From 5af06fe3d0ddd4cd65d26aa9fde90173ad729e62 Mon Sep 17 00:00:00 2001 From: AJFISH Date: Tue, 8 Dec 2009 06:14:12 +0000 Subject: Fix for the Linux Build. #ifdef __APPLE__ around the files only needed to work around Mac OS X 16 byte IA-32 calling conventions issue. All the calls to this code is #ifdef __APPLE__, so no reason to build it on Linux or other gcc flavors. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9543 6f19259b-4bc3-4df7-8a09-765794883524 --- UnixPkg/Sec/Ia32/Gasket.S | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'UnixPkg/Sec/Ia32') diff --git a/UnixPkg/Sec/Ia32/Gasket.S b/UnixPkg/Sec/Ia32/Gasket.S index 77e8296b0b..a89f5dbf7e 100644 --- a/UnixPkg/Sec/Ia32/Gasket.S +++ b/UnixPkg/Sec/Ia32/Gasket.S @@ -27,6 +27,8 @@ # #------------------------------------------------------------------------------ +#ifdef __APPLE__ + .text #------------------------------------------------------------------------------ @@ -235,3 +237,6 @@ _GasketUintnUint16: ret .subsections_via_symbols + + #endif + -- cgit v1.2.3