diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-01-24 08:44:30 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-01-24 08:44:30 +0000 |
| commit | 01573adf7172c817287200c334f86c99795d6b55 (patch) | |
| tree | 79569bf8f10b3a05cb7185958c1a4b56a3306133 /gnu/usr.bin/cc | |
| parent | 69d4b82b48d1a4640e82c61c96993376164b75f8 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cc')
| -rw-r--r-- | gnu/usr.bin/cc/cc_drv/Makefile | 8 | ||||
| -rw-r--r-- | gnu/usr.bin/cc/cc_int/Makefile | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/gnu/usr.bin/cc/cc_drv/Makefile b/gnu/usr.bin/cc/cc_drv/Makefile index 9e8dfc4cb92d..332b37ae5e9f 100644 --- a/gnu/usr.bin/cc/cc_drv/Makefile +++ b/gnu/usr.bin/cc/cc_drv/Makefile @@ -4,14 +4,14 @@ .PATH: ../cc_tools ${GCCDIR} -SRCS= multilib.h choose-temp.c obstack.c prefix.c pexecute.c version.c - -CFLAGS+= -DIN_GCC - LIB= cc_drv NOPROFILE= YES NOPIC= YES +SRCS= multilib.h choose-temp.c obstack.c prefix.c pexecute.c version.c + +CFLAGS+= -DIN_GCC + install: @true diff --git a/gnu/usr.bin/cc/cc_int/Makefile b/gnu/usr.bin/cc/cc_int/Makefile index 4c64f9aadfac..511b09efba95 100644 --- a/gnu/usr.bin/cc/cc_int/Makefile +++ b/gnu/usr.bin/cc/cc_int/Makefile @@ -4,6 +4,10 @@ .PATH: ../cc_tools ${GCCDIR}/config/${GCC_ARCH} ${GCCDIR} +LIB= cc_int +NOPROFILE= YES +NOPIC= YES + SRCS= c-common.c c-pragma.c \ caller-save.c calls.c combine.c convert.c cse.c \ dbxout.c dwarfout.c emit-rtl.c explow.c expmed.c expr.c \ @@ -29,10 +33,6 @@ SRCS+= obstack.c splay-tree.c CFLAGS+= -DTARGET_NAME=\"${target}\" -LIB= cc_int -NOPROFILE= YES -NOPIC= YES - install: @true |
