diff options
author | nate <nate@FreeBSD.org> | 1995-03-11 03:51:44 +0000 |
---|---|---|
committer | nate <nate@FreeBSD.org> | 1995-03-11 03:51:44 +0000 |
commit | def41e081c88907cd33f369609fa63b7f4ddc285 (patch) | |
tree | a9fa1301c94d8b4fb5e9a476721c602b519dc93f /gnu/usr.bin/cc/Makefile.inc | |
parent | a6008cc6726a1b36187cc4bff3c3a35860fe29c6 (diff) | |
download | FreeBSD-src-def41e081c88907cd33f369609fa63b7f4ddc285.zip FreeBSD-src-def41e081c88907cd33f369609fa63b7f4ddc285.tar.gz |
Updated the sources to gcc 2.6.3 with FreeBSD changes already applied.
Note: This isn't the most correct way, but it works and it's fast.
Diffstat (limited to 'gnu/usr.bin/cc/Makefile.inc')
-rw-r--r-- | gnu/usr.bin/cc/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/cc/Makefile.inc b/gnu/usr.bin/cc/Makefile.inc index 7b36c66..16d12bf 100644 --- a/gnu/usr.bin/cc/Makefile.inc +++ b/gnu/usr.bin/cc/Makefile.inc @@ -1,5 +1,5 @@ # -# $Id: Makefile.inc,v 1.11 1995/03/05 20:34:30 phk Exp $ +# $Id: Makefile.inc,v 1.12 1995/03/10 19:39:32 davidg Exp $ # CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../include @@ -7,7 +7,7 @@ CFLAGS+= -Dbsd4_4 CFLAGS+= -DGCC_INCLUDE_DIR=\"FOO\" CFLAGS+= -DTOOL_INCLUDE_DIR=\"FOO\" CFLAGS+= -DGPLUSPLUS_INCLUDE_DIR=\"FOO\" -CFLAGS+= -DDEFAULT_TARGET_VERSION=\"2.6.2\" +CFLAGS+= -DDEFAULT_TARGET_VERSION=\"2.6.3\" CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"i386--freebsd\" CFLAGS+= -DSTANDARD_EXEC_PREFIX=\"/usr/libexec/\" CFLAGS+= -DSTANDARD_STARTFILE_PREFIX=\"/usr/lib/\" @@ -24,7 +24,7 @@ LIBDESTDIR= ${.CURDIR}/../cc_int # XXX LDDESTDIR isn't a directory and there is no standard name for the dir LDDESTDIR= -L${LIBDESTDIR} .if defined(SHARED_LIBCC_INT) -LIBCC_INT= ${LIBDESTDIR}/libcc_int.so.262.0 +LIBCC_INT= ${LIBDESTDIR}/libcc_int.so.263.0 .else LIBCC_INT= ${LIBDESTDIR}/libcc_int.a .endif |