Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Carl Shapiro
cmucl
Commits
c38914d0
Commit
c38914d0
authored
25 years ago
by
dtc
Browse files
Options
Downloads
Patches
Plain Diff
o Cleanup of the Config files.
parent
fbea2049
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lisp/Config.FreeBSD
+12
-12
12 additions, 12 deletions
lisp/Config.FreeBSD
lisp/Config.FreeBSD_gencgc
+12
-12
12 additions, 12 deletions
lisp/Config.FreeBSD_gencgc
with
24 additions
and
24 deletions
lisp/Config.FreeBSD
+
12
−
12
View file @
c38914d0
PATH1
=
../../
p86
/lisp
PATH2
=
../../
src
/lisp
vpath %.h $(PATH
1
):$(PATH
2
)
vpath %.c $(PATH
1
):$(PATH
2
)
vpath %.S $(PATH
1
):$(PATH
2
)
CPPFLAGS = -I. -I$(PATH
1
) -I$(PATH
2
) -I- -I/usr/X11R6/include
CC = gcc
# -Wall -Wstrict-prototypes -Wmissing-prototypes
PATH1
=
../../
src
/lisp
PATH2
=
../../
p86
/lisp
vpath %.h $(PATH
2
):$(PATH
1
)
vpath %.c $(PATH
2
):$(PATH
1
)
vpath %.S $(PATH
2
):$(PATH
1
)
CPPFLAGS = -I. -I$(PATH
2
) -I$(PATH
1
) -I- -I/usr/X11R6/include
CC = gcc
LD = ld
CPP = cpp
CFLAGS =
-g
-O2 -DWANT_CGC -m486
CFLAGS =
-Wstrict-prototypes -Wall
-O2
-g
-DWANT_CGC -m486
ASFLAGS = -g -DWANT_CGC
NM = nm -gp
UNDEFSYMPATTERN
=
-Xlinker -u -Xlinker &
UNDEFSYMPATTERN
=
-Xlinker -u -Xlinker &
ASSEM_SRC = x86-assem.S
ARCH_SRC = x86-arch.c
OS_SRC = FreeBSD-os.c os-common.c undefineds.c
OS_LINK_FLAGS
=
-static
OS_LIBS=
GC_SRC= cgc.c
OS_LINK_FLAGS
=
-static
OS_LIBS
=
GC_SRC
= cgc.c
This diff is collapsed.
Click to expand it.
lisp/Config.FreeBSD_gencgc
+
12
−
12
View file @
c38914d0
PATH1
=
../../
p86
/lisp
PATH2
=
../../
src
/lisp
vpath %.h $(PATH
1
):$(PATH
2
)
vpath %.c $(PATH
1
):$(PATH
2
)
vpath %.S $(PATH
1
):$(PATH
2
)
CPPFLAGS = -I. -I$(PATH
1
) -I$(PATH
2
) -I- -I/usr/X11R6/include
CC = gcc
# -Wall -Wstrict-prototypes -Wmissing-prototypes
PATH1
=
../../
src
/lisp
PATH2
=
../../
p86
/lisp
vpath %.h $(PATH
2
):$(PATH
1
)
vpath %.c $(PATH
2
):$(PATH
1
)
vpath %.S $(PATH
2
):$(PATH
1
)
CPPFLAGS = -I. -I$(PATH
2
) -I$(PATH
1
) -I- -I/usr/X11R6/include
CC = gcc
LD = ld
CPP = cpp
CFLAGS =
-g
-O2 -DGENCGC
CFLAGS =
-Wstrict-prototypes -Wall
-O2
-g
-DGENCGC
ASFLAGS = -g -DGENCGC
NM = nm -gp
UNDEFSYMPATTERN
=
-Xlinker -u -Xlinker &
UNDEFSYMPATTERN
=
-Xlinker -u -Xlinker &
ASSEM_SRC = x86-assem.S
ARCH_SRC = x86-arch.c
OS_SRC = FreeBSD-os.c os-common.c undefineds.c
OS_LINK_FLAGS
=
-static
OS_LIBS=
GC_SRC= gencgc.c
OS_LINK_FLAGS
=
-static
OS_LIBS
=
GC_SRC
= gencgc.c
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment