Removed path environment lines. User should put gcc in path.

This commit is contained in:
Janet B. Anderson
2008-12-01 19:02:21 +00:00
parent a58fa323d8
commit 1d9543997e

View File

@@ -5,8 +5,3 @@
# Site Specific definitions for cygwin-x86 target
# Only the local epics system manager should modify this file
# Needed to find dlls for gcc, g++, as, cpp, ...
# if cygwin/bin not already in path
CYGWIN_BIN=C:/cygwin/bin
export PATH := $(CYGWIN_BIN):$(PATH)