aboutsummaryrefslogtreecommitdiff
path: root/clients/net-snk/libc/socket/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'clients/net-snk/libc/socket/Makefile')
-rw-r--r--clients/net-snk/libc/socket/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/clients/net-snk/libc/socket/Makefile b/clients/net-snk/libc/socket/Makefile
index a1c5039..cffa6b3 100644
--- a/clients/net-snk/libc/socket/Makefile
+++ b/clients/net-snk/libc/socket/Makefile
@@ -1,5 +1,5 @@
# *****************************************************************************
-# * Copyright (c) 2004, 2008 IBM Corporation
+# * Copyright (c) 2004, 2011 IBM Corporation
# * All rights reserved.
# * This program and the accompanying materials
# * are made available under the terms of the BSD License
@@ -18,12 +18,6 @@ endif
include $(TOP)/make.rules
-CFLAGS = -g -I$(TOP)/include -I$(LIBCMNDIR)/libc/include -O2 \
- -fno-builtin -ffreestanding -msoft-float -Wall \
- -fno-stack-protector
-LDFLAGS= -nostdlib
-
-
OBJS = send.o