Skip to content

Commit

Permalink
Mods to bootstrap on M3 macOS with arch x86_64
Browse files Browse the repository at this point in the history
Using this configuration:

`DYLANCOMPILER=/Users/cgay/dylan/opendylan-2024.1/bin/dylan-compiler ./configure --prefix=${DYLAN}/opendylan-master --host=x86_64-darwin CFLAGS="-O2 -arch x86_64 -L$(xcrun --show-sdk-path)/usr/lib -I$(xcrun --show-sdk-path)/usr/include"`
  • Loading branch information
cgay committed Mar 6, 2024
1 parent 5a6d4e6 commit e92c70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/lib/run-time/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ endif
CC = @CC@
AR = ar -rcs

CFLAGS = $(PLATFORM_CFLAGS) -Wall -O -g -I$(srcdir) @DEFS@ @CPPFLAGS@
CFLAGS = $(PLATFORM_CFLAGS) -Wall -Wno-nullability-completeness -O -g -I$(srcdir) @DEFS@ @CPPFLAGS@ @CFLAGS@
LFLAGS = $(PLATFORM_LFLAGS)

HARP_CFLAGS = -DOPEN_DYLAN_BACKEND_HARP
Expand Down

0 comments on commit e92c70b

Please sign in to comment.