diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-09-24 14:18:18 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-09-24 14:18:18 -0700 |
commit | a81fb89a445ae0dca286c861d8d51f705533df0d (patch) | |
tree | a8b2ae9b656b482c822fbdf75f0f16c1d43945a7 /memdisk/Makefile | |
parent | 3ac4d898c0dee05c6e2d00e4ecbf208dbd4915e8 (diff) | |
download | syslinux-a81fb89a445ae0dca286c861d8d51f705533df0d.tar.gz syslinux-a81fb89a445ae0dca286c861d8d51f705533df0d.tar.xz syslinux-a81fb89a445ae0dca286c861d8d51f705533df0d.zip |
Fix building on a 64-bit system without a 32-bit system installedsyslinux-3.52-pre10syslinux-3.52
A bunch of glibc header files were bogusly included. We should not
depend on having a 32-bit glibc installed, since we don't use it.
Diffstat (limited to 'memdisk/Makefile')
-rw-r--r-- | memdisk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/memdisk/Makefile b/memdisk/Makefile index 0525b709..2aa29f4f 100644 --- a/memdisk/Makefile +++ b/memdisk/Makefile @@ -44,7 +44,7 @@ CSRC = setup.c msetup.c e820func.c conio.c unzip.c SSRC = start32.S memcpy.S memset.S NASMSRC = memdisk.asm memdisk16.asm -all: memdisk e820test +all: memdisk # e820test # tidy, clean removes everything except the final binary tidy: |