Removed unnecessary options.
This commit is contained in:
@@ -5,8 +5,6 @@ USR_LDLIBS = -lm -s
|
||||
USR_LDLIBS =
|
||||
USR_CFLAGS = -DACCESS_SECURITY -D_NO_PROTO
|
||||
|
||||
CC = acc -Xt
|
||||
|
||||
SRCS = \
|
||||
iocinf.c access.c test_event.c service.c flow_control.c \
|
||||
repeater.c conn.c acctst.c syncgrp.c if_depen.c \
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
EPICS = ../../..
|
||||
include $(EPICS)/config/CONFIG
|
||||
|
||||
CC = acc -Xt
|
||||
|
||||
SRCS = \
|
||||
dbStaticLib.c \
|
||||
atdb_lex.c \
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
EPICS = ../../..
|
||||
include $(EPICS)/config/CONFIG
|
||||
|
||||
CC = acc -Xt
|
||||
|
||||
LEX = $(ELEX)
|
||||
YACC = $(EYACC)
|
||||
|
||||
|
||||
@@ -3,9 +3,6 @@ include $(EPICS)/config/CONFIG
|
||||
|
||||
USR_CFLAGS = -D_NO_PROTO
|
||||
|
||||
|
||||
CC = acc -Xt
|
||||
|
||||
SRCS = \
|
||||
arAccessLib.c arCSCheck.c arChanIO.c bfSubr.c bucketLib.c \
|
||||
calcPerform.c cmdSubr.c cvtFast.c cvtNumbers.c ellLib.c \
|
||||
|
||||
@@ -5,7 +5,7 @@ include $(EPICS)/config/CONFIG
|
||||
LDLIBS = -lm -s
|
||||
USR_CFLAGS = -D_NO_PROTO
|
||||
|
||||
CC = cc
|
||||
CC = $(oldCC)
|
||||
|
||||
SRCS = \
|
||||
closure.c error.c lalr.c lr0.c main.c \
|
||||
|
||||
@@ -8,7 +8,7 @@ USR_CFLAGS = -DDEFAULT_SKELETON_FILE=\"$(SKELETON_FILE)\"
|
||||
|
||||
LDLIBS = -s
|
||||
|
||||
CC = cc
|
||||
CC = $(oldCC)
|
||||
|
||||
SRCS = \
|
||||
ccl.c dfa.c ecs.c gen.c main.c \
|
||||
|
||||
@@ -8,8 +8,7 @@ USR_LDLIBS = -lm -s
|
||||
|
||||
USR_CFLAGS = -UvxWorks
|
||||
|
||||
CC = acc -Xs
|
||||
#CC = cc
|
||||
CC = $(oldCC)
|
||||
|
||||
SRCS = \
|
||||
apCreateShadow.c apStatusSync.c bfRing.c ca_test.c calcTest.c \
|
||||
|
||||
Reference in New Issue
Block a user