diff options
author | kan <kan@FreeBSD.org> | 2003-03-26 18:12:01 +0000 |
---|---|---|
committer | kan <kan@FreeBSD.org> | 2003-03-26 18:12:01 +0000 |
commit | 52e69d78eee5612ac195e0701a5cebe40d1ab0e1 (patch) | |
tree | 647149bd6b5e30e185fd92264f2af07003257f5f /contrib/gcc/config/mh-hp300 | |
parent | c4a0c9c6b70f194a2d0f536c7e61e5b15d514bb2 (diff) | |
download | FreeBSD-src-52e69d78eee5612ac195e0701a5cebe40d1ab0e1.zip FreeBSD-src-52e69d78eee5612ac195e0701a5cebe40d1ab0e1.tar.gz |
Remove files incidentally imported from the wrong place during
3.2.1 import. They are not used by any of our system GCC versions
and will be physically removed from repository soon.
Reviewed by: obrien
Diffstat (limited to 'contrib/gcc/config/mh-hp300')
-rw-r--r-- | contrib/gcc/config/mh-hp300 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/contrib/gcc/config/mh-hp300 b/contrib/gcc/config/mh-hp300 deleted file mode 100644 index 761724d..0000000 --- a/contrib/gcc/config/mh-hp300 +++ /dev/null @@ -1,13 +0,0 @@ -# Define SYSV as -DSYSV if you are using a System V operating system. -SYSV = -DSYSV -# Avoid "too much defining" errors from HPUX compiler. -CC = cc -Wp,-H256000 -# If "ar" in $PATH is GNU ar, the symbol table may need rebuilding. -# If it's HP/UX ar, this should be harmless. -RANLIB = ar ts - -# Native cc can't bootstrap gcc with -g. Defining CFLAGS here loses (a) -# for non-gcc directories, (b) if we are compiling with gcc, not -# native cc. Neither (a) nor (b) has a trivial fix though. - -CFLAGS = |