summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2008-04-18 16:06:46 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2008-04-18 16:06:46 +0000
commit45ecca55c56f14e33f6f25712c3a91027872c32d (patch)
tree275cd68b2d2aa6f2b8b1026f38dc4c5de83651ad /gnu/usr.bin
parent4821e40ec97b5bdcd0b2735e7b5606127305c9f7 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/cc/cc_tools/Makefile1
-rw-r--r--gnu/usr.bin/cc/cc_tools/freebsd64-fix.h9
2 files changed, 0 insertions, 10 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile
index 9998499dd603..788cd349395f 100644
--- a/gnu/usr.bin/cc/cc_tools/Makefile
+++ b/gnu/usr.bin/cc/cc_tools/Makefile
@@ -247,7 +247,6 @@ TARGET_INC+= ${GCC_CPU}/freebsd.h
.if ${TARGET_ARCH} == "amd64"
TARGET_INC+= ${GCC_CPU}/x86-64.h
TARGET_INC+= ${GCC_CPU}/freebsd64.h
-TARGET_INC+= freebsd64-fix.h
.endif
.if ${TARGET_ARCH} == "powepc"
TARGET_INC+= altivec-defs.h
diff --git a/gnu/usr.bin/cc/cc_tools/freebsd64-fix.h b/gnu/usr.bin/cc/cc_tools/freebsd64-fix.h
deleted file mode 100644
index 23f14d1e088d..000000000000
--- a/gnu/usr.bin/cc/cc_tools/freebsd64-fix.h
+++ /dev/null
@@ -1,9 +0,0 @@
-/*
- * config/i386/freebsd64.h neglects to override the default bogus mcount
- * function name. In order to avoid touching vendor source while gcc3.4
- * is in progress, try a minimal workaround.
- *
- * $FreeBSD$
- */
-#undef MCOUNT_NAME
-#define MCOUNT_NAME ".mcount"