com32: Add com32_cmdline() which returns argv[1..argc-1]
[syslinux.git] / mk / rosh.mk
blob45b982138dfab4754aec4bcb036289804ff5769d
1 ## -*- makefile -*- -------------------------------------------------------
2 ##
3 ## Copyright 2008 H. Peter Anvin - All Rights Reserved
4 ##
5 ## This program is free software; you can redistribute it and/or modify
6 ## it under the terms of the GNU General Public License as published by
7 ## the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
8 ## Boston MA 02110-1301, USA; either version 2 of the License, or
9 ## (at your option) any later version; incorporated herein by reference.
11 ## -----------------------------------------------------------------------
14 ## COM32 GRC configurables
17 ## Include the COM32 common configurables
18 include $(MAKEDIR)/elf.mk
20 # CFLAGS = $(GCCOPT) $(GCCWARN) -march=i386 \
21 # -fomit-frame-pointer -D__COM32__ \
22 # -nostdinc -iwithprefix include \
23 # -I$(com32)/libutil/include -I$(com32)/include
24 # -g3 -dD
26 # LNXCFLAGS = -I$(com32)/libutil/include $(GCCWARN) -O -g3 -D_GNU_SOURCE -dD
27 # -U__GNUC__