Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F164229978
D30328.id89400.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
876 B
Referenced Files
None
Subscribers
None
D30328.id89400.diff
View Options
Index: sysutils/edk2/Makefile
===================================================================
--- sysutils/edk2/Makefile
+++ sysutils/edk2/Makefile
@@ -15,9 +15,9 @@
FLAVOR?= macchiatobin
USES= gmake python:3.7+,build
+USE_GCC= yes:build
-BUILD_DEPENDS+= gcc8:lang/gcc8 \
- dtc>=1.4.1:sysutils/dtc \
+BUILD_DEPENDS+= dtc>=1.4.1:sysutils/dtc \
bash:shells/bash
# Both platform and non-osi repository don't have release, use latest known to work tag
@@ -36,9 +36,9 @@
BINARY_ALIAS= make=${LOCALBASE}/bin/gmake \
dtc=${LOCALBASE}/bin/dtc \
- gcc=${LOCALBASE}/bin/gcc8 \
- gcc-ar=${LOCALBASE}/bin/gcc-ar8 \
- g++=${LOCALBASE}/bin/g++8 \
+ gcc=${LOCALBASE}/bin/gcc${GCC_DEFAULT} \
+ gcc-ar=${LOCALBASE}/bin/gcc-ar${GCC_DEFAULT} \
+ g++=${LOCALBASE}/bin/g++${GCC_DEFAULT} \
python3=${PYTHON_CMD} python=${PYTHON_CMD}
.if ${FLAVOR} == macchiatobin
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 30, 9:24 PM (2 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35755753
Default Alt Text
D30328.id89400.diff (876 B)
Attached To
Mode
D30328: sysutils/edk2: use default gcc
Attached
Detach File
Event Timeline
Log In to Comment