diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-04 08:30:32 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-04 08:30:32 +0000 |
| commit | c6166d8f1b0f7b497a054c640ebf4cb2096f82b9 (patch) | |
| tree | 47fad934e6a71fbfbe2e24ab1ee4c2ce336a6775 /contrib/gcc/config/i386/x-djgpp | |
| parent | 14eaea6f7df0c47fa58497182ed29cfcb9a341d3 (diff) | |
This commit was manufactured by cvs2svn to create tagvendor/gcc/cvs-20000603
'gcc-vendor-gcc_cvs_20000603'.
Diffstat (limited to 'contrib/gcc/config/i386/x-djgpp')
| -rw-r--r-- | contrib/gcc/config/i386/x-djgpp | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/contrib/gcc/config/i386/x-djgpp b/contrib/gcc/config/i386/x-djgpp deleted file mode 100644 index 89f31ff50082..000000000000 --- a/contrib/gcc/config/i386/x-djgpp +++ /dev/null @@ -1,24 +0,0 @@ -# translate the version string, so it can be used on DJGPP, where only -# one dot in filename is allowed - -# to avoid recursion when redefining $(version) -_version:=$(version) -__version=$(subst ., ,$(_version)) -version=$(word 1,$(__version))$(word 2,$(__version)).$(word 3,$(__version)) - -SYSTEM_HEADER_DIR=$(DJDIR)/include -X_CPPFLAGS=-DSTANDARD_INCLUDE_DIR=\"\$$DJDIR/include\" \ - -DSTANDARD_INCLUDE_COMPONENT=\"\" - -# when building a native compiler for DJGPP, make the target_alias -# a shorter name, since otherwise it will produce some problems, when -# using the same gcc once with long filenames and once with short (8+3) -# filenames -ifeq ($(findstring -pc-msdosdjgpp,$(target_alias)),-pc-msdosdjgpp) -target_alias=djgpp -endif - -# on DJGPP the 'ln -s' does not work correctly -LN = cp -p -LN_S = cp -p - |
