forked from gcc-mirror/gcc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Darwin, Arm64 : Initial libgcc boiler-plate changes.
Initial changes to build libgcc for aarch64 Darwin (declare the port, and handle Mach-O assembler syntax). (cherry picked from commit d18d071c65d85610515ffc8b8db59805700c48f2) Signed-off-by: Kirill A. Korinsky <kirill@korins.ky>
- Loading branch information
Showing
3 changed files
with
44 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# FIXME: decide what we need here, or delete this file. | ||
|
||
HOST_LIBGCC2_CFLAGS += -mmacosx-version-min=11.0 | ||
|
||
LIB2_SIDITI_CONV_FUNCS = yes | ||
|
||
# LIB2FUNCS_EXCLUDE = _fixtfdi _fixunstfdi _floatditf _floatunditf |