mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-30 11:11:52 +00:00
Formerly GNUmakefile.~63~
This commit is contained in:
parent
374e8d510a
commit
72b7cf376b
1 changed files with 2 additions and 4 deletions
|
@ -60,7 +60,6 @@ ifndef no_libc
|
|||
libc_dir = /home/gd2/gnu/libc/$(ARCH)
|
||||
ifneq ($(wildcard $(libc_dir)),)
|
||||
ifneq ($(wildcard $(libc_dir)/works-for-make),)
|
||||
dash_m := -M
|
||||
#CPPFLAGS := -I$(libc_dir)/include
|
||||
#LDFLAGS := -nostdlib $(libc_dir)/lib/start.o
|
||||
#LOADLIBES := $(LOADLIBES) \
|
||||
|
@ -68,11 +67,10 @@ dash_m := -M
|
|||
# $(libc_dir)/lib/libc.a \
|
||||
# -lgcc \
|
||||
# $(libc_dir)/lib/libc.a
|
||||
$(CC) := $(CC) -b glibc
|
||||
$(prog): $(libc_dir)/lib/libc.a
|
||||
CC := $(CC) -b glibc
|
||||
|
||||
# glob is in the C library.
|
||||
globdep =
|
||||
globdep = $(libc_dir)/lib/libc.a
|
||||
globlib =
|
||||
|
||||
# So is getopt.
|
||||
|
|
Loading…
Reference in a new issue