source: Main/trunk/Platform/hurd.mk@ 414

Last change on this file since 414 was 412, checked in by Nishi, on Nov 5, 2024 at 11:04:25 AM

add hurd files

  • Property svn:keywords set to Id
File size: 171 bytes
Line 
1# $Id: hurd.mk 412 2024-11-05 02:04:25Z nishi $
2
3CC = cc
4AR = ar
5CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -D_DEFAULT_SOURCE -fPIC -D_XOPEN_SOURCE=600
6LDFLAGS =
7LIBS = -ldl
8EXEC =
9LIBSUF = .so
Note: See TracBrowser for help on using the repository browser.