Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-uggrid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
staging
dune-uggrid
Commits
6f114788
Commit
6f114788
authored
18 years ago
by
dmitriy
Browse files
Options
Downloads
Patches
Plain Diff
Corrections of the architechture flags for MacOS X (the 32 bit version).
[[Imported from SVN: r8193]]
parent
3031e201
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/MACOSX/mk.arch
+8
-9
8 additions, 9 deletions
arch/MACOSX/mk.arch
with
8 additions
and
9 deletions
arch/MACOSX/mk.arch
+
8
−
9
View file @
6f114788
...
...
@@ -22,22 +22,21 @@ ARCH_PLIBS =
ARCH_FLIBS =
#ARCH_CFLAGS = -Wchar-subscripts -Wformat -Wimplicit -Wparentheses -Wno-four-char-constants -Wreturn-type -Wswitch -Wtrigraphs -O -Wuninitialized
ARCH_CFLAGS = -gccincludes -ext o -I/usr/include -I/System/Library/Frameworks/System.framework/Versions/B/Headers
ARCH_CFLAGS =
ARCH_C++FLAGS =
#
ARCH_CFLAGS = -gccincludes -ext o -I/usr/include -I/System/Library/Frameworks/System.framework/Versions/B/Headers
ARCH_CFLAGS =
-m32
ARCH_C++FLAGS =
-m32
ARCH_NOOPTIM = -g
ARCH_OPTIM = -qarch=g5 -O5
ARCH_OPTIM = -O3
#ARCH_LFLAGS =
ARCH_LFLAGS = -L../pclib -sectcreate __ICON __header $(APPL).iconheader -segprot __ICON r r -sectcreate __ICON app $(UGROOT)/dev/mif/UGIcon.tiff -framework AppKit -framework Foundation
ARCH_LFLAGS =
ARCH_OPTIM = -O3 -fomit-frame-pointer -funroll-loops -fno-strict-aliasing
#ARCH_LFLAGS = -L../pclib -sectcreate __ICON __header $(APPL).iconheader -segprot __ICON r r -sectcreate __ICON app $(UGROOT)/dev/mif/UGIcon.tiff -framework AppKit -framework Foundation
ARCH_LFLAGS = -m32
ARCH_ARFLAGS = ru
ARCH_FFLAGS =
ARCH_EXFLAGS =
# use these settings if you want to use MacOS X GUI
ARCH_XINCLUDES =
ARCH_XLIBS = -framework Cocoa
#
ARCH_XINCLUDES =
#
ARCH_XLIBS = -framework Cocoa
# use these settings if you want to use X11
ARCH_XINCLUDES = -I/usr/X11R6/include/
...
...
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